Completed
Push — master ( ea75f3...6b8e06 )
by stéphane
03:22
created
yaml/Node2PHP.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
             return $n->value;
30 30
         }
31 31
         $expected = [Y::QUOTED => trim((string) $n->value, "\"'"),
32
-                     Y::RAW    => strval((string) $n->value)];
32
+                        Y::RAW    => strval((string) $n->value)];
33 33
         return $expected[$n->type] ?? null;
34 34
     }
35 35
 
Please login to merge, or discard this patch.