Passed
Branch test (9f6d33)
by Tom
02:07
created
src/Utility/FileShower.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
          * @param File $file
49 49
          * @return array|Step[]
50 50
          */
51
-        $iter = function (File $file) {
51
+        $iter = function(File $file) {
52 52
             $ids = $file->getPipelineIds();
53 53
             $return = array();
54 54
             foreach ($ids as $id) {
Please login to merge, or discard this patch.