Skip to content

Commit

Permalink
Further PHP 7.3 updates
Browse files Browse the repository at this point in the history
Update for class namespace to resolve PHP 7.3 compatibility
  • Loading branch information
obj63mc committed Jan 8, 2019
1 parent ba88c56 commit c481497
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Analysis/Analysis.php
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ public function getResult()
}

/**
* @return \simplehtmldom_1_5\simple_html_dom
* @return \simple_html_dom\simple_html_dom
*/
public function getRenderedHtmlDomParser()
{
Expand Down
2 changes: 1 addition & 1 deletion src/Extensions/PageHealthExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public function getRenderedHtml()
/**
* Gets the DOM parser for the rendered html
*
* @return \simplehtmldom_1_5\simple_html_dom
* @return \simple_html_dom\simple_html_dom
*/
public function getRenderedHtmlDomParser()
{
Expand Down
2 changes: 1 addition & 1 deletion src/Forms/GoogleSearchPreview.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
use SilverStripe\View\ArrayData;
use SilverStripe\View\Parsers\URLSegmentFilter;
use SilverStripe\View\Requirements;
use simplehtmldom_1_5\simple_html_dom;
use simple_html_dom\simple_html_dom;
use Vulcan\Seo\Extensions\PageHealthExtension;
use Vulcan\Seo\Extensions\PageSeoExtension;

Expand Down

0 comments on commit c481497

Please sign in to comment.