Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Jul 17, 2023
1 parent 0370a32 commit 493111f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Console/Commands/CheckCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public function __construct(

public function handle(): int
{
$paths = $this->argument('paths');
$paths = (array) $this->argument('paths');
$typesToSkip = (array) $this->option('skip-type');

$phpFilePaths = $this->phpFilesFinder->findPhpFiles($paths);
Expand Down

0 comments on commit 493111f

Please sign in to comment.