Skip to content

Commit 9aa39d7

Browse files
committed
Merge branch 'hotfix/3.0.1'
2 parents 8f30104 + 6438992 commit 9aa39d7

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/dependabot.yml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: composer
4+
directory: "/"
5+
schedule:
6+
interval: monthly
7+
open-pull-requests-limit: 10

features/demo_app/src/DefaultKernel.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
class DefaultKernel extends AbstractKernel
99
{
10-
public function registerBundles()
10+
public function registerBundles(): iterable
1111
{
1212
/** @noinspection PhpIncludeInspection */
1313
$contents = require $this->getProjectDir().'/'.$this->getConfigDirectory().'/bundles.php';

0 commit comments

Comments
 (0)