File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
components/event_dispatcher Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -404,7 +404,7 @@ subscribes to the ``kernel.response`` and ``store.order`` events:
404
404
405
405
class StoreSubscriber implements EventSubscriberInterface
406
406
{
407
- static public function getSubscribedEvents()
407
+ public static function getSubscribedEvents()
408
408
{
409
409
return array(
410
410
'kernel.response' => array(
Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ process. Each method can be one of the following formats:
188
188
189
189
class MyStaticValidatorClass
190
190
{
191
- static public function isAuthorValid(Author $author, ExecutionContext $context)
191
+ public static function isAuthorValid(Author $author, ExecutionContext $context)
192
192
{
193
193
// ...
194
194
}
You can’t perform that action at this time.
0 commit comments