Skip to content

Typehint

Typehint #283

Triggered via pull request December 24, 2023 07:07
Status Failure
Total duration 44s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci-linux.yml

on: pull_request
Matrix: ubuntu-latest
Fit to window
Zoom out
Zoom in

Annotations

10 errors
PHP 8.1 on ubuntu-latest: lib/GaletteAuto/Auto.php#L388
Method Laminas\Db\Adapter\Driver\DriverInterface::getLastGeneratedValue() invoked with 1 parameter, 0 required.
PHP 8.1 on ubuntu-latest: lib/GaletteAuto/Auto.php#L461
No error to ignore is reported on line 461.
PHP 8.1 on ubuntu-latest: lib/GaletteAuto/Autos.php#L119
Cannot access property $car_name on array|ArrayObject.
PHP 8.1 on ubuntu-latest: lib/GaletteAuto/Autos.php#L119
Cannot access property $id_car on array|ArrayObject.
PHP 8.1 on ubuntu-latest: lib/GaletteAuto/Autos.php#L120
Cannot access property $brand on array|ArrayObject.
PHP 8.1 on ubuntu-latest: lib/GaletteAuto/Autos.php#L120
Cannot access property $model on array|ArrayObject.
PHP 8.1 on ubuntu-latest: lib/GaletteAuto/Autos.php#L123
Cannot access property $id_car on array|ArrayObject.
PHP 8.1 on ubuntu-latest: lib/GaletteAuto/Autos.php#L321
Cannot access property $count on array|ArrayObject.
PHP 8.1 on ubuntu-latest: lib/GaletteAuto/Controllers/Crud/ModelsController.php#L110
Parameter #3 $option (string|null) of method GaletteAuto\Controllers\Crud\ModelsController::list() is not contravariant with parameter #3 $option (mixed) of method Galette\Controllers\CrudController::list().
PHP 8.1 on ubuntu-latest: lib/GaletteAuto/Controllers/Crud/ModelsController.php#L110
Parameter #4 $value (int|string|null) of method GaletteAuto\Controllers\Crud\ModelsController::list() is not contravariant with parameter #4 $value (mixed) of method Galette\Controllers\CrudController::list().