Passed
Branch test (829af6)
by Tom
02:24
created
src/Runner/ArtifactSource.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@
 block discarded – undo
57 57
 
58 58
     public function findByPattern($pattern)
59 59
     {
60
-        $matcher = function($subject) use ($pattern) {
60
+        $matcher = function ($subject) use ($pattern) {
61 61
             return BbplMatch::match($pattern, $subject);
62 62
         };
63 63
 
Please login to merge, or discard this patch.