From 81a8090dde6c997a71d87604d4a421f58b514ca0 Mon Sep 17 00:00:00 2001 From: Lee Rowlands Date: Tue, 6 Jan 2015 14:18:13 +1000 Subject: [PATCH] Remove duplicate 'require' --- src/Symfony/Component/Yaml/Escaper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Component/Yaml/Escaper.php b/src/Symfony/Component/Yaml/Escaper.php index e4a7f07f34..e3039f57e9 100644 --- a/src/Symfony/Component/Yaml/Escaper.php +++ b/src/Symfony/Component/Yaml/Escaper.php @@ -101,7 +101,7 @@ class Escaper /** * 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.