Skip to content

Commit 048af6d

Browse files
committed
Merge branch '2.4' into 2.5
* 2.4: Remove Spaceless Blocks From Twig Templates Validate locales sets intos translator Fix UserPassword validator translation Remove Spaceless Blocks from Twig Form Templates fixed typo [HttpFoundation] Fix to prevent magic bytes injection in JSONP responses (Prevents CVE-2014-4671) added regression test fix issue #8171 on configuration tree for twig extension -- pairing up with @cordoval [HttpFoundation] Fix wrong assertion in Response test [Upgrade] Fixed markdown syntax [2.3][Form] Cleanup & fix phpdocs Added verbosity methods Conflicts: src/Symfony/Component/Form/FormError.php
2 parents edf9fe2 + 729dbac commit 048af6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CacheWarmer/CacheWarmerAggregate.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public function warmUp($cacheDir)
5252
/**
5353
* Checks whether this warmer is optional or not.
5454
*
55-
* @return bool always true
55+
* @return bool always false
5656
*/
5757
public function isOptional()
5858
{

0 commit comments

Comments
 (0)