Skip to content

Commit 7da157f

Browse files
Merge branch '3.4' into 4.4
* 3.4: switch the context when validating nested forms Fix typo [HttpKernel] Fix regression where Store does not return response body correctly rework form validator tests Update AbstractController.php
2 parents 2389472 + c60957b commit 7da157f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Controller/ControllerTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ protected function file($file, string $fileName = null, string $disposition = Re
156156
*
157157
* @final
158158
*/
159-
protected function addFlash(string $type, string $message)
159+
protected function addFlash(string $type, $message)
160160
{
161161
if (!$this->container->has('session')) {
162162
throw new \LogicException('You can not use the addFlash method if sessions are disabled. Enable them in "config/packages/framework.yaml".');

0 commit comments

Comments
 (0)