File tree Expand file tree Collapse file tree 12 files changed +0
-16
lines changed
DependencyInjection/Compiler Expand file tree Collapse file tree 12 files changed +0
-16
lines changed Original file line number Diff line number Diff line change 11
11
12
12
namespace Symfony \Bundle \FrameworkBundle \Command ;
13
13
14
- use Symfony \Component \Console \Input \InputArgument ;
15
- use Symfony \Component \Console \Input \InputOption ;
16
- use Symfony \Component \Console \Input \InputInterface ;
17
- use Symfony \Component \Console \Output \OutputInterface ;
18
14
use Symfony \Component \Console \Output \Output ;
19
15
use Symfony \Component \Console \Command \Command ;
20
16
use Symfony \Component \DependencyInjection \ContainerInterface ;
Original file line number Diff line number Diff line change 12
12
namespace Symfony \Bundle \FrameworkBundle \Command ;
13
13
14
14
use Symfony \Component \Console \Input \InputArgument ;
15
- use Symfony \Component \Console \Input \InputOption ;
16
15
use Symfony \Component \Console \Input \InputInterface ;
17
16
use Symfony \Component \Console \Output \OutputInterface ;
18
17
use Symfony \Component \Console \Output \Output ;
19
- use Symfony \Component \Routing \Matcher \Dumper \ApacheMatcherDumper ;
20
18
21
19
/**
22
20
* A console command for retrieving information about routes
Original file line number Diff line number Diff line change 12
12
namespace Symfony \Bundle \FrameworkBundle \Controller ;
13
13
14
14
use Symfony \Component \HttpKernel \KernelInterface ;
15
- use Symfony \Component \HttpKernel \Log \LoggerInterface ;
16
15
17
16
/**
18
17
* ControllerNameParser converts controller from the short notation a:b:c
Original file line number Diff line number Diff line change 11
11
12
12
namespace Symfony \Bundle \FrameworkBundle \DependencyInjection \Compiler ;
13
13
14
- use Symfony \Component \DependencyInjection \Reference ;
15
14
use Symfony \Component \DependencyInjection \ContainerBuilder ;
16
15
use Symfony \Component \DependencyInjection \Compiler \CompilerPassInterface ;
17
16
Original file line number Diff line number Diff line change 11
11
12
12
namespace Symfony \Bundle \FrameworkBundle \DependencyInjection \Compiler ;
13
13
14
- use Symfony \Component \DependencyInjection \Reference ;
15
14
use Symfony \Component \DependencyInjection \ContainerBuilder ;
16
15
use Symfony \Component \DependencyInjection \Compiler \CompilerPassInterface ;
17
16
Original file line number Diff line number Diff line change 20
20
use Symfony \Component \Routing \Exception \MethodNotAllowedException ;
21
21
use Symfony \Component \Routing \Exception \ResourceNotFoundException ;
22
22
use Symfony \Component \Routing \RouterInterface ;
23
- use Symfony \Component \Routing \RequestContext ;
24
23
25
24
/**
26
25
* Initializes request attributes based on a matching route.
Original file line number Diff line number Diff line change 5
5
use Symfony \Component \HttpKernel \HttpKernelInterface ;
6
6
use Symfony \Component \HttpKernel \HttpCache \HttpCache as BaseHttpCache ;
7
7
use Symfony \Component \HttpKernel \HttpCache \Esi ;
8
- use Symfony \Component \HttpKernel \HttpCache \EsiResponseCacheStrategy ;
9
8
use Symfony \Component \HttpKernel \HttpCache \Store ;
10
9
use Symfony \Component \HttpFoundation \Request ;
11
10
use Symfony \Component \HttpFoundation \Response ;
Original file line number Diff line number Diff line change 13
13
14
14
use Symfony \Bundle \FrameworkBundle \Client ;
15
15
use Symfony \Component \Finder \Finder ;
16
- use Symfony \Component \HttpFoundation \Response ;
17
16
use Symfony \Component \HttpKernel \HttpKernelInterface ;
18
17
19
18
/**
Original file line number Diff line number Diff line change 16
16
use Symfony \Component \HttpFoundation \Request ;
17
17
use Symfony \Bundle \FrameworkBundle \Controller \RedirectController ;
18
18
use Symfony \Bundle \FrameworkBundle \Tests \TestCase ;
19
- use Symfony \Bundle \FrameworkBundle \Controller \ControllerNameParser ;
20
19
21
20
/**
22
21
* @author Marcin Sikon<[email protected] >
Original file line number Diff line number Diff line change 14
14
use Symfony \Component \HttpKernel \HttpKernelInterface ;
15
15
use Symfony \Component \HttpFoundation \Response ;
16
16
use Symfony \Component \HttpFoundation \Request ;
17
- use Symfony \Component \DependencyInjection \ContainerBuilder ;
18
17
use Symfony \Bundle \FrameworkBundle \HttpKernel ;
19
18
use Symfony \Component \EventDispatcher \EventDispatcher ;
20
19
Original file line number Diff line number Diff line change 12
12
namespace Symfony \Bundle \FrameworkBundle \Translation ;
13
13
14
14
use Symfony \Component \Translation \Translator as BaseTranslator ;
15
- use Symfony \Component \Translation \Loader \LoaderInterface ;
16
15
use Symfony \Component \Translation \MessageSelector ;
17
16
use Symfony \Component \DependencyInjection \ContainerInterface ;
18
17
use Symfony \Component \HttpFoundation \Session ;
Original file line number Diff line number Diff line change 12
12
namespace Symfony \Bundle \FrameworkBundle \Validator ;
13
13
14
14
use Symfony \Component \DependencyInjection \ContainerInterface ;
15
- use Symfony \Component \DependencyInjection \TaggedContainerInterface ;
16
15
use Symfony \Component \Validator \Constraint ;
17
16
use Symfony \Component \Validator \ConstraintValidatorFactoryInterface ;
18
17
You can’t perform that action at this time.
0 commit comments