Skip to content

Commit

Permalink
CS Fixer change
Browse files Browse the repository at this point in the history
  • Loading branch information
otsch committed Dec 9, 2024
1 parent c46278d commit 45c7851
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Steps/Dom/HtmlDocument.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
use Crwlr\Utils\PhpVersion;
use DOMNode;
use Symfony\Component\DomCrawler\Crawler;

use const DOM\HTML_NO_DEFAULT_NS;

/**
Expand Down
1 change: 1 addition & 0 deletions tests/Steps/Dom/NodeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
use Symfony\Component\DomCrawler\Crawler;
use tests\Steps\Dom\_Stubs\HtmlNodeStub;
use tests\Steps\Dom\_Stubs\XmlNodeStub;

use const DOM\HTML_NO_DEFAULT_NS;

function helper_getSymfonyCrawlerInstanceFromSource(string $source, string $selectNode = 'body'): Crawler
Expand Down

0 comments on commit 45c7851

Please sign in to comment.