Completed
Pull Request — master (#728)
by Asmir
03:26
created
src/JMS/Serializer/YamlSerializationVisitor.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -91,7 +91,7 @@
 block discarded – undo
91 91
                 continue;
92 92
             }
93 93
 
94
-            if ($isList && !$isHash) {
94
+            if ($isList && ! $isHash) {
95 95
                 $this->writer->writeln('-');
96 96
             } else {
97 97
                 $this->writer->writeln(Inline::dump($k).':');
Please login to merge, or discard this patch.