Skip to content

Module command for view and view component #9

Module command for view and view component

Module command for view and view component #9

Triggered via push June 15, 2024 21:25
Status Failure
Total duration 31s
Artifacts

phpstan.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
phpstan: src/Console/Commands/ModuleCommand.php#L67
Property NorbyBaru\Modularize\Console\Commands\ModuleCommand::$version (string) does not accept int.
phpstan: src/Console/Commands/ModuleCommand.php#L195
Variable $filename might not be defined.
phpstan: src/Console/Commands/ModuleCommand.php#L338
Unreachable statement - code above always terminates.
phpstan: src/Console/Commands/ModuleMakeComponentCommand.php#L60
Command "module:make:component" does not have option "force".
phpstan: src/Console/Commands/ModuleMakeModelCommand.php#L84
Method NorbyBaru\Modularize\Console\Commands\ModuleMakeModelCommand::makeAll() is unused.
phpstan: src/Console/Commands/ModuleMakeModelCommand.php#L138
Method NorbyBaru\Modularize\Console\Commands\ModuleMakeModelCommand::makeFactory() is unused.
phpstan: src/Console/Commands/ModuleMakeModelCommand.php#L143
Method NorbyBaru\Modularize\Console\Commands\ModuleMakeModelCommand::makeSeed() is unused.
phpstan: src/Console/Commands/ModuleMakerCommand.php#L336
Negated boolean expression is always false.
phpstan: src/Console/Commands/ModuleMakerCommand.php#L343
Negated boolean expression is always false.
phpstan: src/ModularizeServiceProvider.php#L169
Undefined variable: $helper
phpstan
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
phpstan
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/