Skip to content

Commit f904a6d

Browse files
committed
[make:user] ignore false positive
1 parent b57cabf commit f904a6d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Maker/MakeUser.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ public function generate(InputInterface $input, ConsoleStyle $io, Generator $gen
220220
} else {
221221
$nextSteps[] = sprintf(
222222
'Open <info>%s</info> to finish implementing your user provider.',
223+
/* @phpstan-ignore-next-line - $customProviderPath is defined in this else statement */
223224
$this->fileManager->relativizePath($customProviderPath)
224225
);
225226
}

0 commit comments

Comments
 (0)