File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
Bundle/FrameworkBundle/Tests/DependencyInjection
Component/Messenger/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 34
34
use Symfony \Component \DependencyInjection \Reference ;
35
35
use Symfony \Component \EventDispatcher \EventDispatcherInterface ;
36
36
use Symfony \Component \HttpKernel \DependencyInjection \LoggerPass ;
37
- use Symfony \Component \Messenger \Middleware \TolerateNoHandler ;
38
37
use Symfony \Component \PropertyAccess \PropertyAccessor ;
39
38
use Symfony \Component \Serializer \Mapping \Loader \AnnotationLoader ;
40
39
use Symfony \Component \Serializer \Normalizer \DateIntervalNormalizer ;
Original file line number Diff line number Diff line change 25
25
use Symfony \Component \Messenger \Handler \MessageSubscriberInterface ;
26
26
use Symfony \Component \Messenger \MessageBusInterface ;
27
27
use Symfony \Component \Messenger \Middleware \TolerateNoHandler ;
28
- use Symfony \Component \Messenger \Middleware \ValidationMiddleware ;
29
28
use Symfony\Component \Messenger \MiddlewareInterface ;
30
29
use Symfony \Component \Messenger \Tests \Fixtures \DummyMessage ;
31
30
use Symfony \Component \Messenger \Tests \Fixtures \SecondMessage ;
You can’t perform that action at this time.
0 commit comments