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
964
964
$message = $event->getOriginalMessage();
965
965
966
966
// 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()'));
968
968
});
969
969
970
970
.. 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:
101
101
102
102
$ php bin/console debug:container --tag=data_collector
103
103
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
105
105
store any data generated by your app and display it in the debug toolbar and the
106
106
profiler web interface.
107
107
You can’t perform that action at this time.
0 commit comments