-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Closed
Description
Whenever I perform Yaml::dump($data, 50)
I receive the following yaml file:
Data Configuration:
[...]
post_up_message: |
Congratulations! Your machine is up and running.
- Navigate to http://vagrantlab.dev for your Default Site.
- Navigate to http://wordpress.dev for your WordPress Site.
Output Yaml file data:
post_up_message: "Congratulations! Your machine is up and running.\r\n - Navigate to http://vagrantlab.dev for your Default Site.\r\n - Navigate to http://wordpress.dev for your WordPress Site.\r\n"
I want similar source after dumping also.
Please anyone help me I am stuck with Literal string in Symfony2 YAML dump.