Skip to content

Commit

Permalink
Add missing return type
Browse files Browse the repository at this point in the history
  • Loading branch information
babenkoivan committed Oct 5, 2021
1 parent af3ce2b commit 7aceaeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/ResetCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class ResetCommand extends Command
*/
protected $description = 'Rollback all migrations';

public function handle(Migrator $migrator)
public function handle(Migrator $migrator): int
{
$migrator->setOutput($this->output);

Expand Down

0 comments on commit 7aceaeb

Please sign in to comment.