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
942
942
$message = $event->getOriginalMessage();
943
943
944
944
// 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()'));
946
946
});
947
947
948
948
.. 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:
92
92
93
93
$ php bin/console debug:container --tag=data_collector
94
94
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
96
96
store any data generated by your app and display it in the debug toolbar and the
97
97
profiler web interface.
98
98
You can’t perform that action at this time.
0 commit comments