Skip to content

Commit c26a221

Browse files
Merge branch '6.3' into 6.4
* 6.3: [Cache] fix the previous fix [Cache] Fix expiration time for CouchbaseCollection [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 [RateLimit] Test and fix peeking behavior on rate limit policies [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 a2d4835 + 0b436fd commit c26a221

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
@@ -111,7 +111,7 @@ protected function generateUrl(string $route, array $parameters = [], int $refer
111111
/**
112112
* Forwards the request to another controller.
113113
*
114-
* @param string $controller The controller name (a string like Bundle\BlogBundle\Controller\PostController::indexAction)
114+
* @param string $controller The controller name (a string like "App\Controller\PostController::index" or "App\Controller\PostController" if it is invokable)
115115
*/
116116
protected function forward(string $controller, array $path = [], array $query = []): Response
117117
{

0 commit comments

Comments
 (0)