Skip to content

Commit 4f2909e

Browse files
committed
Merge branch '5.4' into 6.2
* 5.4: Update notifier.rst [Profiler] Fix obsolete link
2 parents 2cff8c1 + c18eddd commit 4f2909e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

notifier.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

profiler.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
9696
store any data generated by your app and display it in the debug toolbar and the
9797
profiler web interface.
9898

0 commit comments

Comments
 (0)