8000 [Stopwatch] Describe retrieval of StopwatchEvent by jochenvdv · Pull Request #3539 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

[Stopwatch] Describe retrieval of StopwatchEvent #3539

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Mar 26, 2014
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix versionadded
  • Loading branch information
jochenvdv committed Mar 25, 2014
commit 0ee15d3ad6821a4e1eacdd397d18d77505e78700
2 changes: 1 addition & 1 deletion components/stopwatch.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ microtime by yourself. Instead, use the simple
$event = $stopwatch->stop('eventName');

.. versionadded:: 2.5
The ``getEvent()`` method was introduced
The ``getEvent()`` method was introduced in Symfony 2.5

The :class:`Symfony\\Component\\Stopwatch\StopwatchEvent` object can be retrieved from the
:method:`Symfony\\Component\\Stopwatch\\Stopwatch::start`,
Expand Down
0