Skip to content

Commit cfbbcaf

Browse files
committed
Merge branch '4.2' into 4.3
* 4.2: fixed CS fixed CS [HttpKernel] Remove TestEventDispatcher.
2 parents 06ee58f + ba1da8f commit cfbbcaf

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
@@ -1220,7 +1220,7 @@ private function createSubCrawler($nodes)
12201220
*/
12211221
private function createCssSelectorConverter(): CssSelectorConverter
12221222
{
1223-
if (!\class_exists(CssSelectorConverter::class)) {
1223+
if (!class_exists(CssSelectorConverter::class)) {
12241224
throw new \LogicException('To filter with a CSS selector, install the CssSelector component ("composer require symfony/css-selector"). Or use filterXpath instead.');
12251225
}
12261226

0 commit comments

Comments
 (0)