10000 Merge branch '6.2' into 6.3 · symfony/symfony-docs@38a50b3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 38a50b3

Browse files
committed
Merge branch '6.2' into 6.3
* 6.2: Remove some unused use
2 parents 772d439 + e0e4dc3 commit 38a50b3

File tree

4 files changed

+0
-8
lines changed

4 files changed

+0
-8
lines changed

components/event_dispatcher.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,6 @@ determine which instance is passed.
182182

183183
use Symfony\Component\DependencyInjection\ContainerBuilder;
184184
use Symfony\Component\DependencyInjection\ParameterBag\ParameterBag;
185-
use Symfony\Component\DependencyInjection\Reference;
186185
use Symfony\Component\EventDispatcher\DependencyInjection\RegisterListenersPass;
187186
use Symfony\Component\EventDispatcher\EventDispatcher;
188187

@@ -213,7 +212,6 @@ determine which instance is passed.
213212
use Symfony\Component\DependencyInjection\Compiler\PassConfig;
214213
use Symfony\Component\DependencyInjection\ContainerBuilder;
215214
use Symfony\Component\DependencyInjection\ParameterBag\ParameterBag;
216-
use Symfony\Component\DependencyInjection\Reference;
217215
use Symfony\Component\EventDispatcher\DependencyInjection\AddEventAliasesPass;
218216
use Symfony\Component\EventDispatcher\DependencyInjection\RegisterListenersPass;
219217
use Symfony\Component\EventDispatcher\EventDispatcher;

configuration.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1080,8 +1080,6 @@ whenever a service/controller defines a ``$projectDir`` argument, use this:
10801080
// config/services.php
10811081
namespace Symfony\Component\DependencyInjection\Loader\Configurator;
10821082
1083-
use App\Controller\LuckyController;
1084-
10851083
return static function (ContainerConfigurator $container): void {
10861084
$container->services()
10871085
->defaults()

frontend/custom_version_strategy.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ After creating the strategy PHP class, register it as a Symfony service.
128128
namespace Symfony\Component\DependencyInjection\Loader\Configurator;
129129
130130
use App\Asset\VersionStrategy\GulpBusterVersionStrategy;
131-
use Symfony\Component\DependencyInjection\Definition;
132131
133132
return function(ContainerConfigurator $container): void {
134133
$services = $container->services();

service_container.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -890,10 +890,7 @@ You can also use the ``bind`` keyword to bind specific arguments by name or type
890890
// config/services.php
891891
namespace Symfony\Component\DependencyInjection\Loader\Configurator;
892892
893-
use App\Controller\LuckyController;
894893
use Psr\Log\LoggerInterface;
895-
use Symfony\Component\DependencyInjection\Definition;
896-
use Symfony\Component\DependencyInjection\Reference;
897894
898895
return function(ContainerConfigurator $container): void {
899896
$services = $container->services()

0 commit comments

Comments
 (0)
0