Passed
Branch test (90ee5a)
by Tom
02:27
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.
src/File/ImageName.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
         }
59 59
 
60
-        $this->name = (string) $name;
60
+        $this->name = (string)$name;
61 61
     }
62 62
 
63 63
     public function __toString()
Please login to merge, or discard this patch.