Skip to content

Refactor code to use parameter, return type hints #27

Refactor code to use parameter, return type hints

Refactor code to use parameter, return type hints #27

Triggered via push January 14, 2024 01:29
Status Failure
Total duration 1m 13s
Artifacts
Matrix: types
Fit to window
Zoom out
Zoom in

Annotations

9 errors
PHP 8.1 - Static Analysis: src/Classes/ApiController.php#L61
Access to an undefined property Igniter\Api\Classes\ApiController::$action.
PHP 8.1 - Static Analysis: src/Http/Actions/RestController.php#L23
Property Igniter\Api\Http\Actions\RestController::$controller overriding property Igniter\System\Classes\ControllerAction::$controller (Igniter\Admin\Classes\AdminController|null) should also have native type Igniter\Admin\Classes\AdminController|null.
PHP 8.1 - Static Analysis: src/Http/Actions/RestController.php#L157
Call to an undefined method Igniter\Api\Classes\ApiController|Igniter\Api\Http\Actions\RestController::getAction().
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: src/Classes/ApiController.php#L61
Access to an undefined property Igniter\Api\Classes\ApiController::$action.
PHP 8.2 - Static Analysis: src/Http/Actions/RestController.php#L23
Property Igniter\Api\Http\Actions\RestController::$controller overriding property Igniter\System\Classes\ControllerAction::$controller (Igniter\Admin\Classes\AdminController|null) should also have native type Igniter\Admin\Classes\AdminController|null.
PHP 8.2 - Static Analysis: src/Http/Actions/RestController.php#L157
Call to an undefined method Igniter\Api\Classes\ApiController|Igniter\Api\Http\Actions\RestController::getAction().
PHP 8.2 - Static Analysis
The operation was canceled.