Skip to content

Refactor code to use parameter, return type hints #28

Refactor code to use parameter, return type hints

Refactor code to use parameter, return type hints #28

Triggered via push January 14, 2024 01:28
Status Failure
Total duration 33s
Artifacts
Matrix: types
Fit to window
Zoom out
Zoom in

Annotations

7 errors
PHP 8.1 - Static Analysis: src/FormWidgets/FloorPlanner.php#L1
Ignored error pattern #^Access to an undefined property Igniter\\Flame\\Database\\Model\:\:\$floor_plan\.$# in path /home/runner/work/ti-ext-reservation/ti-ext-reservation/src/FormWidgets/FloorPlanner.php was not matched in reported errors.
PHP 8.1 - Static Analysis: src/FormWidgets/FloorPlanner.php#L1
Ignored error pattern #^Call to an undefined method Igniter\\Flame\\Database\\Model\:\:dining_tables\(\)\.$# in path /home/runner/work/ti-ext-reservation/ti-ext-reservation/src/FormWidgets/FloorPlanner.php was not matched in reported errors.
PHP 8.1 - Static Analysis: src/FormWidgets/FloorPlanner.php#L105
Access to an undefined property Illuminate\Database\Eloquent\Model::$floor_plan.
PHP 8.1 - Static Analysis: src/FormWidgets/FloorPlanner.php#L110
Call to an undefined method Illuminate\Database\Eloquent\Model::dining_tables().
PHP 8.1 - Static Analysis
Process completed with exit code 1.
PHP 8.2 - Static Analysis
The job was canceled because "_8_1" failed.
PHP 8.2 - Static Analysis
The operation was canceled.