File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ Periods
47
47
48
48
As you know from the real world, all stopwatches come with two buttons:
49
49
one to start and stop the stopwatch, and another to measure the lap time.
50
- This is exactly what the :method: `Symfony\\ Component\\ Stopwatch\\ Stopwatch::lap` `
50
+ This is exactly what the :method: `Symfony\\ Component\\ Stopwatch\\ Stopwatch::lap `
51
51
method does::
52
52
53
53
$stopwatch = new Stopwatch();
@@ -91,7 +91,7 @@ Symfony Profiler tool. Here is a basic usage example using sections::
91
91
92
92
$events = $stopwatch->getSectionEvents('routing');
93
93
94
- You can reopen a closed section by calling the :method: `Symfony\\ Component\\ Stopwatch\\ Stopwatch::openSection` `
94
+ You can reopen a closed section by calling the :method: `Symfony\\ Component\\ Stopwatch\\ Stopwatch::openSection `
95
95
method and specifying the id of the section to be reopened::
96
96
97
97
$stopwatch->openSection('routing');
You can’t perform that action at this time.
0 commit comments