8000 minor #17332 [2.8] [Routing] cs fix (HeahDude) · symfony/symfony@0df74c8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0df74c8

Browse files
committed
minor #17332 [2.8] [Routing] cs fix (HeahDude)
This PR was merged into the 2.8 branch. Discussion ---------- [2.8] [Routing] cs fix | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | n/a | License | MIT | Doc PR | - - remove unused use statement in `ServiceRouterLoader` - add missing param in phpdoc in `RouteCollectionBuilder` Commits ------- 9982f96 [Routing] cs fix
2 parents 4555fec + 9982f96 commit 0df74c8

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/Symfony/Component/Routing/Loader/DependencyInjection/ServiceRouterLoader.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
namespace Symfony\Component\Routing\Loader\DependencyInjection;
1313

14-
use Symfony\Component\Config\Loader\Loader;
1514
use Symfony\Component\DependencyInjection\ContainerInterface;
1615
use Symfony\Component\Routing\Loader\ObjectRouteLoader;
1716

src/Symfony/Component/Routing/RouteCollectionBuilder.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ public function createBuilder()
111111
/**
112112
* Add a RouteCollectionBuilder.
113113
*
114+
* @param string $prefix
114115
* @param RouteCollectionBuilder $builder
115116
*/
116117
public function mount($prefix, RouteCollectionBuilder $builder)

0 commit comments

Comments
 (0)
0