Skip to content

Commit 729dbac

Browse files
committed
Merge branch '2.3' into 2.4
* 2.3: 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 Conflicts: src/Symfony/Bridge/Twig/Resources/views/Form/form_div_layout.html.twig src/Symfony/Component/Form/Extension/Core/ChoiceList/SimpleChoiceList.php src/Symfony/Component/HttpFoundation/Tests/ResponseTest.php
2 parents c34bc1e + 23186b0 commit 729dbac

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)