We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d55b42b commit 624fbc5Copy full SHA for 624fbc5
phpstan.neon.dist
@@ -10,5 +10,4 @@ parameters:
10
tmpDir: build/phpstan
11
checkOctaneCompatibility: true
12
checkModelProperties: true
13
- checkMissingIterableValueType: false
14
src/Commands/MigrateCommand.php
@@ -22,6 +22,6 @@ public function handle()
22
{
23
(new NativeServiceProvider($this->laravel))->rewriteDatabase();
24
25
- parent::handle();
+ return parent::handle();
26
}
27
0 commit comments