Skip to content

Commit 6a9162b

Browse files
author
Alex Salguero
committed
Removed unnecessary use statement in code example in the debugging cookbook
1 parent 41bc061 commit 6a9162b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cookbook/debugging.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ below::
4747
$loader = require_once __DIR__.'/../app/autoload.php';
4848
require_once __DIR__.'/../app/AppKernel.php';
4949

50-
use Symfony\Component\HttpFoundation\Request;
51-
5250
$kernel = new AppKernel('dev', true);
5351
// $kernel->loadClassCache();
5452
$request = Request::createFromGlobals();

0 commit comments

Comments
 (0)