Skip to content

Commit 3ab58a4

Browse files
minor symfony#61512 [Routing] make RoutingControllerPass and AttributeServicesLoader final (xabbuh)
This PR was merged into the 7.4 branch. Discussion ---------- [Routing] make RoutingControllerPass and AttributeServicesLoader final | Q | A | ------------- | --- | Branch? | 7.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | see symfony#61492 (comment) | License | MIT Commits ------- 9986139 make RoutingControllerPass and AttributeServicesLoader final
2 parents f456af9 + 9986139 commit 3ab58a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Symfony/Component/Routing/DependencyInjection/RoutingControllerPass.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
/**
1919
* @author Nicolas Grekas <p@tchwork.com>
2020
*/
21-
class RoutingControllerPass implements CompilerPassInterface
21+
final class RoutingControllerPass implements CompilerPassInterface
2222
{
2323
use PriorityTaggedServiceTrait;
2424

src/Symfony/Component/Routing/Loader/AttributeServicesLoader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
*
2020
* @author Nicolas Grekas <p@tchwork.com>
2121
*/
22-
class AttributeServicesLoader extends Loader
22+
final class AttributeServicesLoader extends Loader
2323
{
2424
/**
2525
* @param class-string[] $taggedClasses

0 commit comments

Comments
 (0)