8000 minor #26592 [FrameworkBundle] Use `a::b` notation in ControllerTrait… · symfony/symfony@9446fa0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9446fa0

Browse files
minor #26592 [FrameworkBundle] Use a::b notation in ControllerTrait docblock (hacfi)
This PR was merged into the 4.1-dev branch. Discussion ---------- [FrameworkBundle] Use `a::b` notation in ControllerTrait docblock | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #26085 | License | MIT | Doc PR | already documented <!-- Write a short README entry for your feature/bugfix here (replace this comment block.) This will help people understand your PR and can be used as a start of the Doc PR. Additionally: - Bug fixes must be submitted against the lowest branch where they apply (lowest branches are regularly merged to upper ones so they get the fixes too). - Features and deprecations must be submitted against the master branch. --> Replaced the deprecated the bundle notation with the new `a::b` notation in the docblock of `ControllerTrait::forward` Commits ------- 973c5ec [FrameworkBundle] Use `a::b` notation in ControllerTrait docblock
2 parents b79f29e + 973c5ec commit 9446fa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ protected function generateUrl(string $route, array $parameters = array(), int $
7676
/**
7777
* Forwards the request to another controller.
7878
*
79-
* @param string $controller The controller name (a string like BlogBundle:Post:index)
79+
* @param string $controller The controller name (a string like Bundle\BlogBundle\Controller\PostController::indexAction)
8080
*
8181
* @final
8282
*/

0 commit comments

Comments
 (0)
0