Passed
Push — master ( 0355ae...892a45 )
by Radosław
02:04
created
src/RegExp.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -110,7 +110,7 @@
 block discarded – undo
110 110
         $matches = [];
111 111
         preg_match_all((string) $this, $test, $matches, PREG_SET_ORDER);
112 112
 
113
-        $slice = function ($list) {
113
+        $slice = function($list) {
114 114
             return count($list) > 1
115 115
                 ? array_slice($list, 1)
116 116
                 : $list;
Please login to merge, or discard this patch.