File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ public function onKernelRequest(RequestEvent $event): void
5252 /**
5353 * @return array<string, string>
5454 */
55- public static function getSubscribedEvents ()
55+ public static function getSubscribedEvents (): array
5656 {
5757 return array (
5858 KernelEvents::REQUEST => 'onKernelRequest ' ,
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ public function onKernelRequest(RequestEvent $event): void
3434 /**
3535 * @return array<string, string>
3636 */
37- public static function getSubscribedEvents ()
37+ public static function getSubscribedEvents (): array
3838 {
3939 return array (
4040 KernelEvents::REQUEST => 'onKernelRequest ' ,
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ public function onKernelRequest(RequestEvent $event): void
6060 /**
6161 * @return array<string, string>
6262 */
63- public static function getSubscribedEvents ()
63+ public static function getSubscribedEvents (): array
6464 {
6565 return array (
6666 KernelEvents::REQUEST => 'onKernelRequest ' ,
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ class StofDoctrineExtensionsBundle extends Bundle
1414 *
1515 * @return void
1616 */
17- public function build (ContainerBuilder $ container )
17+ public function build (ContainerBuilder $ container ): void
1818 {
1919 $ container ->addCompilerPass (new ValidateExtensionConfigurationPass ());
2020 $ container ->addCompilerPass (new ReaderPass ());
You can’t perform that action at this time.
0 commit comments