Skip to content

Commit 0b436fd

Browse files
Merge branch '5.4' into 6.3
* 5.4: [FrameworkBundle] Update docblock AbstractController [HttpFoundation][FrameworkBundle] Fix default locale is ignored when set_locale_from_accept_language is used add missing translations [Validator] updated Lithuanian translation [Validator] fix some non-sense Lithuanian translations [Validator] updated Slovenian translation [Validator] updated Finnish translation [Validator] Add `Charset` french translation [Tests] Streamline CompiledUrlGenerator tests [Serializer] Skip uninitialized properties with deep_object_to_populate fix Constraints\Email::ERROR_NAMES
2 parents 00e9503 + ee446bb commit 0b436fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Controller/AbstractController.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ protected function generateUrl(string $route, array $parameters = [], int $refer
112112
/**
113113
* Forwards the request to another controller.
114114
*
115-
* @param string $controller The controller name (a string like Bundle\BlogBundle\Controller\PostController::indexAction)
115+
* @param string $controller The controller name (a string like "App\Controller\PostController::index" or "App\Controller\PostController" if it is invokable)
116116
*/
117117
protected function forward(string $controller, array $path = [], array $query = []): Response
118118
{

0 commit comments

Comments
 (0)