Passed
Push — develop ( 7c7d13...1e3e9e )
by Brent
02:40
created
src/Stitcher/Variable/YamlVariable.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
         $this->parsed = $this->parser::parse(File::read($this->unparsed));
35 35
 
36 36
         foreach ($this->parsed as $id => $parsedItem) {
37
-            if (! \is_array($parsedItem) || isset($parsedItem['id'])) {
37
+            if (!\is_array($parsedItem) || isset($parsedItem['id'])) {
38 38
                 continue;
39 39
             }
40 40
 
Please login to merge, or discard this patch.