File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -942,7 +942,7 @@ is dispatched. Listeners receive a
942942 $message = $event->getOriginalMessage();
943943
944944 // log something
945- $this->logger(sprintf('The message has been successfully sent and have id: %s, $message->getMessageId()'));
945+ $this->logger(sprintf('The message has been successfully sent and has id: %s, $message->getMessageId()'));
946946 });
947947
948948.. TODO
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ Run this command to get the list of collectors actually enabled in your app:
9292
9393 $ php bin/console debug:container --tag=data_collector
9494
95- You can also :doc : `create your own data collector </ profiler/data_collector >` to
95+ You can also :ref : `create your own data collector <profiler-data-collector >` to
9696store any data generated by your app and display it in the debug toolbar and the
9797profiler web interface.
9898
You can’t perform that action at this time.
0 commit comments