Skip to content

improv: ensure all commands that extend abscommand has company id option #747

improv: ensure all commands that extend abscommand has company id option

improv: ensure all commands that extend abscommand has company id option #747

Re-run triggered November 26, 2024 09:47
Status Success
Total duration 1m 8s
Artifacts

php_linter.yml

on: pull_request
Matrix: laravel-lint
Fit to window
Zoom out
Zoom in

Annotations

10 errors
laravel-lint (8.2): app/Console/Commands/AddPlugin.php#L23
Access to an undefined property App\Console\Commands\AddPlugin::$pluginService.
laravel-lint (8.2): app/Console/Commands/DummyDataCreator.php#L232
Variable $subTransaction might not be defined.
laravel-lint (8.2): app/Console/Commands/DummyDataCreator.php#L239
Variable $e might not be defined.
laravel-lint (8.2): app/Console/Commands/ModelShowTenant.php#L45
Method App\Console\Commands\ModelShowTenant::handle() should return int but return statement is missing.
laravel-lint (8.2): app/Console/Kernel.php#L5
Class App\Console\Commands\MailApplianceDebtsCommand referenced with incorrect case: app\Console\Commands\MailApplianceDebtsCommand.
laravel-lint (8.2): app/Console/Kernel.php#L72
Class App\Console\Commands\MailApplianceDebtsCommand referenced with incorrect case: app\Console\Commands\MailApplianceDebtsCommand.
laravel-lint (8.2): app/Http/Controllers/Reports.php#L552
Relation 'meter' is not found in App\Models\Transaction\Transaction model.
laravel-lint (8.2): app/Http/Controllers/Reports.php#L552
Relation 'meter' is not found in App\Models\Transaction\Transaction model.
laravel-lint (8.2): app/Http/Middleware/JwtMiddleware.php#L31
No error to ignore is reported on line 31.
laravel-lint (8.2): app/Jobs/SmsLoadBalancer.php#L40
Result of method App\Jobs\SmsLoadBalancer::release() (void) is used.