diff --git a/components/yaml.rst b/components/yaml.rst index 19479e1275f..c3f355ab1da 100644 --- a/components/yaml.rst +++ b/components/yaml.rst @@ -289,8 +289,6 @@ Similarly you can use ``DUMP_EXCEPTION_ON_INVALID_TYPE`` when dumping:: $data = new \stdClass(); // by default objects are invalid. Yaml::dump($data, 2, 4, Yaml::DUMP_EXCEPTION_ON_INVALID_TYPE); // throws an exception - echo $yaml; // { foo: bar } - Date Handling ~~~~~~~~~~~~~