@@ -88,8 +88,8 @@ |
||
| 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); |