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