Skip to content

Commit

Permalink
bug #3788 Fix link for StopwatchEvent class (rpg600)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.3 branch.

Discussion
----------

Fix link for StopwatchEvent class

Was in wrong branch... it's ok now.

Commits
-------

db89cc4 Fix link for StopwatchEvent class
  • Loading branch information
weaverryan committed Apr 21, 2014
2 parents 252ffe7 + db89cc4 commit 33b64e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/stopwatch.rst
Expand Up @@ -35,7 +35,7 @@ microtime by yourself. Instead, use the simple
// ... some code goes here // ... some code goes here
$event = $stopwatch->stop('eventName'); $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`, from the :method:`Symfony\\Component\\Stopwatch\\Stopwatch::start`,
:method:`Symfony\\Component\\Stopwatch\\Stopwatch::stop` and :method:`Symfony\\Component\\Stopwatch\\Stopwatch::stop` and
:method:`Symfony\\Component\\Stopwatch\\Stopwatch::lap` methods. :method:`Symfony\\Component\\Stopwatch\\Stopwatch::lap` methods.
Expand Down

0 comments on commit 33b64e1

Please sign in to comment.