You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Small question about the 3.4 version of the documentation related to the YAML component, it seems that the doc highlight the fact that since 3.2 (the doc only display the information since 3.4: https://symfony.com/doc/3.4/components/yaml.html#parsing-and-dumping-of-binary-data) , we can dump / parse binaries data thanks to Yaml::DUMP_BASE64_BINARY_DATA const.
Hi ππ»
Small question about the
3.4
version of the documentation related to theYAML
component, it seems that the doc highlight the fact that since3.2
(the doc only display the information since3.4
: https://symfony.com/doc/3.4/components/yaml.html#parsing-and-dumping-of-binary-data) , we can dump / parse binaries data thanks toYaml::DUMP_BASE64_BINARY_DATA
const.Problem is, after checking the source code, it seems that this const does not exist: https://github.com/symfony/symfony/blob/3.2/src/Symfony/Component/Yaml/Yaml.php.
Am I missing something or is there a missing link / const / code block?
Thanks π
The text was updated successfully, but these errors were encountered: