8000 Remove duplicate 'require' · symfony/symfony@81a8090 · GitHub
[go: up one dir, main page]

Skip to content

Commit 81a8090

Browse files
committed
Remove duplicate 'require'
1 parent 3760e67 commit 81a8090

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Yaml/Escaper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ private static function containsCharRequiresSingleQuoting($value)
101101

102102
/**
103103
* Determines if a PHP value is entirely composed of a value that would
104-
* require require single quoting in YAML.
104+
* require single quoting in YAML.
105105
*
106106
* @param string $value A PHP value
107107
* @return bool True if the value would require single quotes.

0 commit comments

Comments
 (0)
0