We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8f30104 + 6438992 commit 9aa39d7Copy full SHA for 9aa39d7
.github/dependabot.yml
@@ -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
@@ -7,7 +7,7 @@
8
class DefaultKernel extends AbstractKernel
9
{
10
- public function registerBundles()
+ public function registerBundles(): iterable
11
12
/** @noinspection PhpIncludeInspection */
13
$contents = require $this->getProjectDir().'/'.$this->getConfigDirectory().'/bundles.php';
0 commit comments