Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9446fa0

Browse filesBrowse 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
Copy full SHA for 9446fa0

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.