Skip to content

Commit 596fe2a

Browse files
committed
Merge branch '6.2' into 6.3
* 6.2: Update notifier.rst [Profiler] Fix obsolete link
2 parents a3e35c5 + 4f2909e commit 596fe2a

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
@@ -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

profiler.rst

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

0 commit comments

Comments
 (0)