Completed
Push — master ( 7cc354...d81ab2 )
by stéphane
03:28
created
sources/DumperHandlers.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -96,8 +96,8 @@
 block discarded – undo
96 96
     private function dumpYamlObject(YamlObject $obj):string
97 97
     {
98 98
         if ($this->multipleDocs || $obj->hasDocStart() || $obj->isTagged()) {
99
-           $this->multipleDocs = true;
100
-          // && $this->$result instanceof DLL) $this->$result->push("---");
99
+            $this->multipleDocs = true;
100
+            // && $this->$result instanceof DLL) $this->$result->push("---");
101 101
         }
102 102
         if (count($obj) > 0) {
103 103
             return $this->iteratorToString($obj, '-', 0);
Please login to merge, or discard this patch.