File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 18
18
use Symfony \Component \DependencyInjection \Exception \InvalidArgumentException ;
19
19
use Symfony \Component \DependencyInjection \Loader ;
20
20
use Symfony \Component \DependencyInjection \Reference ;
21
- use Symfony \Component \HttpKernel \ DependencyInjection \Extension ;
21
+ use Symfony \Component \DependencyInjection \ Extension \Extension ;
22
22
use Symfony \Component \HttpKernel \Kernel ;
23
23
use Translation \Bundle \EventListener \AutoAddMissingTranslations ;
24
24
use Translation \Bundle \EventListener \EditInPlaceResponseListener ;
Original file line number Diff line number Diff line change 11
11
</coverage >
12
12
<php >
13
13
<env name =" ENV" value =" test" />
14
- <env name =" SYMFONY_DEPRECATIONS_HELPER" value =" max[direct]=84 & max[self]=1& verbose=1" />
14
+ <env name =" SYMFONY_DEPRECATIONS_HELPER" value =" max[direct]=83 & max[self]=1& verbose=1" />
15
15
<env name =" KERNEL_CLASS" value =" Nyholm\BundleTest\TestKernel" />
16
16
</php >
17
17
<listeners >
You can’t perform that action at this time.
0 commit comments