Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6ac450b

Browse files
committed
[#2148] Bringing up one of the changes made by @franmomu
1 parent a758cea commit 6ac450b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/event_dispatcher/container_aware_dispatcher.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ The ``EventSubscriberInterface`` will be exactly as you would expect::
7474

7575
class StoreSubscriber implements EventSubscriberInterface
7676
{
77-
static public function getSubscribedEvents()
77+
public static function getSubscribedEvents()
7878
{
7979
return array(
8080
'kernel.response' => array(

0 commit comments

Comments
 (0)