Skip to content

Commit 7a95dbc

Browse files
committed
minor #26229 removed version in @Final @internal for version < 4.0 (fabpot)
This PR was merged into the 4.0 branch. Discussion ---------- removed version in @Final @internal for version < 4.0 | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | n/a | License | MIT | Doc PR | n/a On 4.0+, I think we can removed the "since version 3.x" from `@final` and `@internal` annotations. I've kept them for things that reference version 4.x. Commits ------- ed27b12d2c removed version in @Final @internal for version < 4.0
2 parents 149e508 + ffad704 commit 7a95dbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Extension/RoutingExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public function getUrl($name, $parameters = array(), $schemeRelative = false)
9191
*
9292
* @return array An array with the contexts the URL is safe
9393
*
94-
* @final since version 3.4
94+
* @final
9595
*/
9696
public function isUrlGenerationSafe(Node $argsNode)
9797
{

0 commit comments

Comments
 (0)