@@ -15,30 +15,30 @@ services:
1515 class : SimpleBus\Message\Handler\DelegatesToMessageHandlerMiddleware
1616 public : false
1717 arguments :
18- - @simple_bus.asynchronous.command_bus.command_handler_resolver
18+ - ' @simple_bus.asynchronous.command_bus.command_handler_resolver'
1919 tags :
2020 - { name: asynchronous_command_bus_middleware, priority: -1000 }
2121
2222 simple_bus.asynchronous.command_bus.callable_resolver :
2323 class : SimpleBus\Message\CallableResolver\ServiceLocatorAwareCallableResolver
2424 public : false
2525 arguments :
26- - [@service_container, 'get']
26+ - [' @service_container' , 'get']
2727
2828 simple_bus.asynchronous.command_bus.command_handler_map :
2929 class : SimpleBus\Message\CallableResolver\CallableMap
3030 public : false
3131 arguments :
3232 # collection of command handler service ids, will be provided by the RegisterHandlers compiler pass
3333 - []
34- - @simple_bus.asynchronous.command_bus.callable_resolver
34+ - ' @simple_bus.asynchronous.command_bus.callable_resolver'
3535
3636 simple_bus.asynchronous.command_bus.command_handler_resolver :
3737 class : SimpleBus\Message\Handler\Resolver\NameBasedMessageHandlerResolver
3838 public : false
3939 arguments :
40- - @simple_bus.asynchronous.command_bus.command_name_resolver
41- - @simple_bus.asynchronous.command_bus.command_handler_map
40+ - ' @simple_bus.asynchronous.command_bus.command_name_resolver'
41+ - ' @simple_bus.asynchronous.command_bus.command_handler_map'
4242
4343 simple_bus.asynchronous.command_bus.finishes_command_before_handling_next_middleware :
4444 class : SimpleBus\Message\Bus\Middleware\FinishesHandlingMessageBeforeHandlingNext
@@ -49,9 +49,9 @@ services:
4949 simple_bus.asynchronous.command_bus.publishes_unhandled_commands_middleware :
5050 class : SimpleBus\Asynchronous\MessageBus\PublishesUnhandledMessages
5151 arguments :
52- - @simple_bus.asynchronous.command_publisher
53- - @logger
54- - %simple_bus.asynchronous.command_bus.unhandled_messages_log_level%
52+ - ' @simple_bus.asynchronous.command_publisher'
53+ - ' @logger'
54+ - ' %simple_bus.asynchronous.command_bus.unhandled_messages_log_level%'
5555 tags :
5656 - { name: command_bus_middleware, priority: -999 }
5757 - { name: monolog.logger, channel: command_bus }
@@ -60,5 +60,5 @@ services:
6060 class : SimpleBus\Asynchronous\Consumer\StandardSerializedEnvelopeConsumer
6161 public : false
6262 arguments :
63- - @simple_bus.asynchronous.message_serializer
64- - @simple_bus.asynchronous.command_bus
63+ - ' @simple_bus.asynchronous.message_serializer'
64+ - ' @simple_bus.asynchronous.command_bus'
0 commit comments