File tree Expand file tree Collapse file tree 7 files changed +7
-8
lines changed <
8000
span role="status" aria-live="polite" aria-atomic="true" class="_VisuallyHidden__VisuallyHidden-sc-11jhm7a-0 brGdpi">
Expand file tree Collapse file tree 7 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 11
11
12
12
namespace Symfony \Component \Debug ;
13
13
14
- use Symfony \Component \Debug \DebugClassLoader ;
15
-
16
14
/**
17
15
* Registers all the debug tools.
18
16
*
Original file line number Diff line number Diff line change 24
24
use Symfony \Component \Config \Resource \ResourceInterface ;
25
25
use Symfony \Component \DependencyInjection \LazyProxy \Instantiator \InstantiatorInterface ;
26
26
use Symfony \Component \DependencyInjection \LazyProxy \Instantiator \RealServiceInstantiator ;
27
- use Symfony \Component \DependencyInjection \ExpressionLanguage ;
28
27
use Symfony \Component \ExpressionLanguage \Expression ;
29
28
30
29
/**
Original file line number Diff line number Diff line change 13
13
14
14
use Symfony \Component \Form \Exception \UnexpectedTypeException ;
15
15
use Symfony \Component \Form \Extension \Csrf \CsrfProvider \CsrfProviderAdapter ;
16
+ use Symfony \Component \Form \Extension \Csrf \CsrfProvider \CsrfProviderInterface ;
17
+ use Symfony \Component \Form \AbstractExtension ;
18
+ use Symfony \Component \Security \Csrf \CsrfTokenManagerInterface ;
19
+ use Symfony \Component \Translation \TranslatorInterface ;
16
20
17
21
/**
18
22
* This extension protects forms by using a CSRF token.
Original file line number Diff line number Diff line change 11
11
12
12
namespace Symfony \Component \HttpKernel \DataCollector ;
13
13
14
- use Symfony \Component \HttpKernel \DataCollector \LateDataCollectorInterface ;
15
14
use Symfony \Component \HttpFoundation \Request ;
16
15
use Symfony \Component \HttpFoundation \Response ;
17
16
use Symfony \Component \EventDispatcher \EventDispatcherInterface ;
Original file line number Diff line number Diff line change 15
15
use Symfony \Component \HttpKernel \Debug \ErrorHandler ;
16
16
use Symfony \Component \HttpFoundation \Response ;
17
17
use Symfony \Component \HttpKernel \Log \DebugLoggerInterface ;
18
- use Symfony \Component \HttpKernel \DataCollector \LateDataCollectorInterface ;
19
18
20
19
/**
21
20
* LogDataCollector.
Original file line number Diff line number Diff line change 11
11
12
12
namespace Symfony \Component \HttpKernel \DataCollector ;
13
13
14
- use Symfony \Component \HttpKernel \DataCollector \LateDataCollectorInterface ;
15
14
use Symfony \Component \HttpFoundation \Request ;
16
15
use Symfony \Component \HttpFoundation \Response ;
17
16
Original file line number Diff line number Diff line change 11
11
12
12
namespace Symfony \Component \HttpKernel \DataCollector ;
13
13
14
- use Symfony \Component \HttpKernel \DataCollector\DataCollector ;
15
- use Symfony \Component \HttpKernel \DataCollector \LateDataCollectorInterface ;
14
+ use Symfony \Component \HttpFoundation \Request ;
15
+ use Symfony \Component \HttpFoundation \Response ;
16
+ use Symfony \Component \HttpKernel \KernelInterface ;
16
17
17
18
/**
18
19
* TimeDataCollector.
You can’t perform that action at this time.
0 commit comments