8000 Remove horizontal scrollbar and other fixes by ifdattic · Pull Request #4909 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Remove horizontal scrollbar and other fixes #4909

New is 8000 sue

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 5 commits into from
Mar 20, 2015
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
Next Next commit
Remove horizontal scrollbar
| Q             | A
| ------------- | ---
| Doc fix?      | yes
| New docs?     | no
| Applies to    | 2.3
| Fixed tickets |
  • Loading branch information
ifdattic committed Jan 24, 2015
commit d47f5f75f7f9a44178bf6da999db2505334422c2
3 changes: 2 additions & 1 deletion cookbook/testing/profiling.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ the ``test`` environment)::
{
$client = static::createClient();

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

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