Unit test command and refactor service provider #7
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
8 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/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/ModularizeServiceProvider.php#L164
Undefined variable: $helper
|
phpstan
Process completed with exit code 1.
|
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/
|