feat(console): allow dynamic arguments for specific console commands #2068
coding-conventions.yml
on: pull_request
Run style check
31s
Run static analysis: PHPStan
27s
Annotations
1 notice
|
best-practices/no-unused-parameter:
packages/core/src/Commands/InstallCommand.php#L33
Parameter `$tailwind` is never used.
This parameter is declared but not used within the method.
Help: Consider prefixing the parameter with an underscore (`_`) to indicate that it is intentionally unused, or remove it if it is not needed.
|