chore(BookingAdminController): remove show function #11
Annotations
10 errors and 1 warning
Run PHPStan:
app/Http/Controllers/Booking/BookingAdminController.php#L231
Comparison operation "==" between int and App\Enums\EventType::MULTIFLIGHTS results in an error.
|
Run PHPStan:
app/Http/Controllers/Booking/BookingAdminController.php#L231
Comparison operation "==" between int and App\Enums\EventType::MULTIFLIGHTS results in an error.
|
Run PHPStan:
app/Http/Controllers/Booking/BookingAdminController.php#L231
If condition is always false.
|
Run PHPStan:
app/Http/Controllers/Booking/BookingAdminController.php#L231
Loose comparison using == between int and App\Enums\EventType::MULTIFLIGHTS will always evaluate to false.
|
Run PHPStan:
app/Http/Controllers/Booking/BookingAdminController.php#L231
Loose comparison using == between int and App\Enums\EventType::MULTIFLIGHTS will always evaluate to false.
|
Run PHPStan:
app/Http/Controllers/Booking/BookingAdminController.php#L231
Ternary operator condition is always false.
|
Run PHPStan:
app/Http/Controllers/Booking/BookingController.php#L46
Access to an undefined property App\Models\Booking::$bookedBy.
|
Run PHPStan:
app/Http/Controllers/Booking/BookingController.php#L49
Access to an undefined property App\Models\Booking::$bookedBy.
|
Run PHPStan:
app/Http/Controllers/Booking/BookingController.php#L107
Access to an undefined property App\Models\Booking::$bookedBy.
|
Run PHPStan:
app/Http/Controllers/Booking/BookingController.php#L110
Access to an undefined property App\Models\Booking::$bookedBy.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading