Skip to content

Commit d47f5f7

Browse files
committed
Remove horizontal scrollbar
| Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.3 | Fixed tickets |
1 parent 3774a37 commit d47f5f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cookbook/testing/profiling.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ the ``test`` environment)::
2121
{
2222
$client = static::createClient();
2323

24-
// Enable the profiler for the next request (it does nothing if the profiler is not available)
24+
// Enable the profiler for the next request
25+
// (it does nothing if the profiler is not available)
2526
$client->enableProfiler();
2627

2728
$crawler = $client->request('GET', '/hello/Fabien');

0 commit comments

Comments
 (0)