Skip to content

Commit ba1da8f

Browse files
committed
fixed CS
1 parent 38e9b4a commit ba1da8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Crawler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1165,7 +1165,7 @@ private function createSubCrawler($nodes)
11651165
*/
11661166
private function createCssSelectorConverter(): CssSelectorConverter
11671167
{
1168-
if (!\class_exists(CssSelectorConverter::class)) {
1168+
if (!class_exists(CssSelectorConverter::class)) {
11691169
throw new \LogicException('To filter with a CSS selector, install the CssSelector component ("composer require symfony/css-selector"). Or use filterXpath instead.');
11701170
}
11711171

0 commit comments

Comments
 (0)