Skip to content

Commit 624fbc5

Browse files
committed
phpstan
1 parent d55b42b commit 624fbc5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

phpstan.neon.dist

-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,4 @@ parameters:
1010
tmpDir: build/phpstan
1111
checkOctaneCompatibility: true
1212
checkModelProperties: true
13-
checkMissingIterableValueType: false
1413

src/Commands/MigrateCommand.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ public function handle()
2222
{
2323
(new NativeServiceProvider($this->laravel))->rewriteDatabase();
2424

25-
parent::handle();
25+
return parent::handle();
2626
}
2727
}

0 commit comments

Comments
 (0)