Completed
Pull Request — master (#103)
by
unknown
17:58
created
src/voku/helper/SelectorConverter.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
             return $selector;
47 47
         }
48 48
 
49
-         if (\strpos($selector, 'child::') === 0) {
49
+          if (\strpos($selector, 'child::') === 0) {
50 50
             return $selector;
51 51
         }
52 52
 
Please login to merge, or discard this patch.