8000 [Yaml] Improve YAML boolean escaping by petert82 · Pull Request #13262 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[Yaml] Improve YAML boolean escaping #13262

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Jan 16, 2015
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
8000 Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove duplicate 'require'
  • Loading branch information
larowlan committed Jan 6, 2015
commit 81a8090dde6c997a71d87604d4a421f58b514ca0
2 changes: 1 addition & 1 deletion src/Symfony/Component/Yaml/Escaper.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ private static function containsCharRequiresSingleQuoting($value)

/**
* Determines if a PHP value is entirely composed of a value that would
* require require single quoting in YAML.
* require single quoting in YAML.
*
* @param string $value A PHP value
* @return bool True if the value would require single quotes.
Expand Down
0