Completed
Push — master ( 689ae3...ba1c9f )
by Xaver
13s
created
tests/bootstrap.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
     ',',
29 29
     array_filter(
30 30
         $standards,
31
-        function ($v) use ($myStandardName) {
31
+        function($v) use ($myStandardName) {
32 32
             return $v !== $myStandardName;
33 33
         }
34 34
     )
Please login to merge, or discard this patch.