Skip to content

Commit

Permalink
[make:user] ignore false positive
Browse files Browse the repository at this point in the history
  • Loading branch information
jrushlow committed Apr 5, 2024
1 parent b57cabf commit f904a6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Maker/MakeUser.php
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ public function generate(InputInterface $input, ConsoleStyle $io, Generator $gen
} else {
$nextSteps[] = sprintf(
'Open <info>%s</info> to finish implementing your user provider.',
/* @phpstan-ignore-next-line - $customProviderPath is defined in this else statement */
$this->fileManager->relativizePath($customProviderPath)
);
}
Expand Down

0 comments on commit f904a6d

Please sign in to comment.