File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change
1
+ version : 2
2
+ updates :
3
+ - package-ecosystem : composer
4
+ directory : " /"
5
+ schedule :
6
+ interval : monthly
7
+ open-pull-requests-limit : 10
Original file line number Diff line number Diff line change 7
7
8
8
class DefaultKernel extends AbstractKernel
9
9
{
10
- public function registerBundles ()
10
+ public function registerBundles (): iterable
11
11
{
12
12
$ contents = require $ this ->getProjectDir ().'/ ' .$ this ->getConfigDirectory ().'/bundles.php ' ;
13
13
foreach ($ contents as $ class => $ envs ) {
Original file line number Diff line number Diff line change 7
7
8
8
class KernelWithDocCreatedListener extends AbstractKernel
9
9
{
10
- public function registerBundles ()
10
+ public function registerBundles (): iterable
11
11
{
12
12
$ contents = require $ this ->getProjectDir ().'/ ' .$ this ->getConfigDirectory ().'/bundles.php ' ;
13
13
foreach ($ contents as $ class => $ envs ) {
You can’t perform that action at this time.
0 commit comments