|
@@ -50,7 +50,7 @@ |
|
|
block discarded – undo |
|
50
|
50
|
throw new \RuntimeException('Unable to filter with a CSS selector as the Symfony CssSelector 2.8+ is not installed (you can use filterXPath instead).'); |
|
51
|
51
|
} |
|
52
|
52
|
|
|
53
|
|
- $converterKey = '-' . $isForHtml . '-' . $ignoreCssSelectorErrors . '-'; |
|
|
53
|
+ $converterKey = '-'.$isForHtml.'-'.$ignoreCssSelectorErrors.'-'; |
|
54
|
54
|
static $converterArray = []; |
|
55
|
55
|
if (!isset($converterArray[$converterKey])) { |
|
56
|
56
|
$converterArray[$converterKey] = new CssSelectorConverter($isForHtml); |
Please login to merge, or discard this patch.