Skip to content

Commit 0c532a7

Browse files
committed
Remove comments
1 parent 2f65031 commit 0c532a7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Writer.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ public static function writeToJson(SpecObjectInterface $object, int $flags = JSO
3636
public static function writeToYaml(SpecObjectInterface $object): string
3737
{
3838
return Yaml::dump($object->getSerializableData(), 256, 2, Yaml::DUMP_OBJECT_AS_MAP | Yaml::DUMP_EMPTY_ARRAY_AS_SEQUENCE);
39-
// return Yaml::dump(json_decode(json_encode($object->getSerializableData()), true), 256, 2, Yaml::DUMP_OBJECT_AS_MAP | Yaml::DUMP_EMPTY_ARRAY_AS_SEQUENCE);
4039
}
4140

4241
/**

0 commit comments

Comments
 (0)