Skip to content

Commit deb01eb

Browse files
committed
minor symfony#31642 FragmentListener - fix typo in annotation (henry2778)
This PR was merged into the 3.4 branch. Discussion ---------- FragmentListener - fix typo in annotation | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | Just a small typo I've found in fragment listener :) Commits ------- b6ff836 fix typo
2 parents c562e71 + b6ff836 commit deb01eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/HttpKernel/EventListener/FragmentListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
* All URL paths starting with /_fragment are handled as
2525
* content fragments by this listener.
2626
*
27-
* If throws an AccessDeniedHttpException exception if the request
27+
* Throws an AccessDeniedHttpException exception if the request
2828
* is not signed or if it is not an internal sub-request.
2929
*
3030
* @author Fabien Potencier <fabien@symfony.com>

0 commit comments

Comments
 (0)