Completed
Push — master ( 86484b...f97b0a )
by stéphane
05:27
created
sources/DumperHandlers.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -88,8 +88,8 @@
 block discarded – undo
88 88
     private static function dumpYamlObject(YamlObject $obj)
89 89
     {
90 90
         if ($this->multipleDocs || $obj->hasDocStart() || $obj->isTagged() || $obj->isScalar()) {
91
-           $this->multipleDocs = true;
92
-          // && self::$result instanceof DLL) self::$result->push("---");
91
+            $this->multipleDocs = true;
92
+            // && self::$result instanceof DLL) self::$result->push("---");
93 93
         }
94 94
         if (count($obj) > 0) {
95 95
             self::dumpArray($obj->getArrayCopy(), 0);
Please login to merge, or discard this patch.