From db89cc4c267d4814a07a6cb2856a91de0e3fd835 Mon Sep 17 00:00:00 2001 From: Reinis Grinbergs Date: Fri, 11 Apr 2014 21:22:08 +0200 Subject: [PATCH] Fix link for StopwatchEvent class --- components/stopwatch.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/stopwatch.rst b/components/stopwatch.rst index d7efdd62d07..e8494a75d35 100644 --- a/components/stopwatch.rst +++ b/components/stopwatch.rst @@ -35,7 +35,7 @@ microtime by yourself. Instead, use the simple // ... some code goes here $event = $stopwatch->stop('eventName'); -The :class:`Symfony\\Component\\Stopwatch\StopwatchEvent` object can be retrieved +The :class:`Symfony\\Component\\Stopwatch\\StopwatchEvent` object can be retrieved from the :method:`Symfony\\Component\\Stopwatch\\Stopwatch::start`, :method:`Symfony\\Component\\Stopwatch\\Stopwatch::stop` and :method:`Symfony\\Component\\Stopwatch\\Stopwatch::lap` methods.