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 @@ -964,7 +964,7 @@ is dispatched. Listeners receive a
964964 $message = $event->getOriginalMessage();
965965
966966 // log something
967- $this->logger(sprintf('The message has been successfully sent and have id: %s, $message->getMessageId()'));
967+ $this->logger(sprintf('The message has been successfully sent and has id: %s, $message->getMessageId()'));
968968 });
969969
970970.. TODO
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ Run this command to get the list of collectors actually enabled in your app:
101101
102102 $ php bin/console debug:container --tag=data_collector
103103
104- You can also :doc : `create your own data collector </ profiler/data_collector >` to
104+ You can also :ref : `create your own data collector <profiler-data-collector >` to
105105store any data generated by your app and display it in the debug toolbar and the
106106profiler web interface.
107107
You can’t perform that action at this time.
0 commit comments