You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (!\class_exists(CssSelectorConverter::class)) {
1223
+
if (!class_exists(CssSelectorConverter::class)) {
1224
1224
thrownew \LogicException('To filter with a CSS selector, install the CssSelector component ("composer require symfony/css-selector"). Or use filterXpath instead.');
0 commit comments