Skip to content

Commit 9986139

Browse files
committed
make RoutingControllerPass and AttributeServicesLoader final
1 parent 56e3be7 commit 9986139

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 <[email protected]>
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 <[email protected]>
2121
*/
22-
class AttributeServicesLoader extends Loader
22+
final class AttributeServicesLoader extends Loader
2323
{
2424
/**
2525
* @param class-string[] $taggedClasses

0 commit comments

Comments
 (0)