Skip to content

feat(console): allow dynamic arguments for specific console commands #2068

feat(console): allow dynamic arguments for specific console commands

feat(console): allow dynamic arguments for specific console commands #2068

Triggered via pull request June 27, 2025 12:10
Status Success
Total duration 46s
Artifacts

coding-conventions.yml

on: pull_request
Run style check
31s
Run style check
Run static analysis: PHPStan
27s
Run static analysis: PHPStan
Fit to window
Zoom out
Zoom in

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.