Completed
Push — master ( feea10...246ade )
by Lars
18:14
created
src/voku/helper/SelectorConverter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -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.