Skip to content

Commit 31dce41

Browse files
committed
minor #5511 [HttpKernel] Fix use statement (dunglas)
This PR was submitted for the 2.7 branch but it was merged into the 2.3 branch instead (closes #5511). Discussion ---------- [HttpKernel] Fix use statement | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | all | Fixed tickets | n/a Commits ------- 6a9fe71 [HttpKernel] Fix use statement
2 parents 26390a5 + 6a9fe71 commit 31dce41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/http_kernel/introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@ can be used to figure out if the current request is a "master" or "sub" request.
691691
For example, a listener that only needs to act on the master request may
692692
look like this::
693693

694-
use Symfony\Component\HttpKernel\HttpKernelInterface;
694+
use Symfony\Component\HttpKernel\Event\GetResponseEvent;
695695
// ...
696696

697697
public function onKernelRequest(GetResponseEvent $event)

0 commit comments

Comments
 (0)