Fix error when filtering by empty user group #717
Annotations
5 errors and 1 warning
Run static analysis:
src/Commands/Generators/CrudGenerator.php#L52
PHPDoc type array of property Bonfire\Commands\Generators\CrudGenerator::$arguments is not covariant with PHPDoc type array<string, string> of overridden property CodeIgniter\CLI\BaseCommand::$arguments.
|
Run static analysis:
src/Commands/Generators/CrudGenerator.php#L61
PHPDoc type array of property Bonfire\Commands\Generators\CrudGenerator::$options is not covariant with PHPDoc type array<string, string> of overridden property CodeIgniter\CLI\BaseCommand::$options.
|
Run static analysis:
src/Commands/Generators/CrudGenerator.php#L79
Unreachable statement - code above always terminates.
|
Run static analysis:
src/Users/Models/UserFilter.php#L71
Call to an undefined method Bonfire\Users\Models\UserFilter::distinct().
|
Run static analysis
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading