File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
Tests/DependencyInjection Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change 12
12
namespace Symfony \Component \DependencyInjection \Loader \Configurator ;
13
13
14
14
use Symfony \Component \Mailer \DataCollector \MessageDataCollector ;
15
- use Symfony \Component \Mailer \EventListener \MessageLoggerListener ;
16
15
17
16
return static function (ContainerConfigurator $ container ) {
18
17
$ container ->services ()
Original file line number Diff line number Diff line change 14
14
use Doctrine \Common \Annotations \Annotation ;
15
15
use Psr \Cache \CacheItemPoolInterface ;
16
16
use Psr \Log \LoggerAwareInterface ;
17
- use Symfony \Bridge \PhpUnit \ExpectDeprecationTrait ;
18
17
use Symfony \Bundle \FrameworkBundle \DependencyInjection \Compiler \AddAnnotationsCachedReaderPass ;
19
18
use Symfony \Bundle \FrameworkBundle \DependencyInjection \FrameworkExtension ;
20
19
use Symfony \Bundle \FrameworkBundle \Tests \Fixtures \Messenger \DummyMessage ;
You can’t perform that action at this time.
0 commit comments