Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a380692

Browse filesBrowse files
ornicarfabpot
authored andcommitted
Fix namespace collision
1 parent c2f856f commit a380692
Copy full SHA for a380692

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎src/Symfony/Bundle/FrameworkBundle/Client.php

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Client.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
use Symfony\Component\HttpKernel\Client as BaseClient;
88
use Symfony\Component\BrowserKit\History;
99
use Symfony\Component\BrowserKit\CookieJar;
10-
use Symfony\Component\HttpKernel\Profiler\Profiler;
10+
use Symfony\Component\HttpKernel\Profiler\Profiler as HttpProfiler;
1111
use Symfony\Component\HttpFoundation\Request;
1212
use Symfony\Component\HttpFoundation\Response;
1313

@@ -67,7 +67,7 @@ public function getKernel()
6767
/**
6868
* Gets a profiler for the current Response.
6969
*
70-
* @return Profiler A Profiler instance
70+
* @return HttpProfiler A Profiler instance
7171
*/
7272
public function getProfiler()
7373
{

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.