Skip to content

ci: dependency, testing and analysis workflows #9

ci: dependency, testing and analysis workflows

ci: dependency, testing and analysis workflows #9

Triggered via pull request August 1, 2024 21:51
Status Failure
Total duration 50s
Artifacts

static-analysis.yml

on: pull_request
Matrix: phpstan
Matrix: psalm
Fit to window
Zoom out
Zoom in

Annotations

7 errors
phpstan (ubuntu-latest, 8.3, locked): src/Endpoint/Web/HomeController.php#L27
Access to an undefined property App\Endpoint\Web\HomeController::$views.
phpstan (ubuntu-latest, 8.3, locked)
Process completed with exit code 2.
DuplicateFunction: functions.php#L10
functions.php:10:5: DuplicateFunction: Method dd has already been defined as a core function (see https://psalm.dev/180)
MixedInferredReturnType: src/Endpoint/Web/HomeController.php#L25
src/Endpoint/Web/HomeController.php:25:30: MixedInferredReturnType: Could not verify return type 'string' for App\Endpoint\Web\HomeController::index (see https://psalm.dev/047)
MixedReturnStatement: src/Endpoint/Web/HomeController.php#L27
src/Endpoint/Web/HomeController.php:27:16: MixedReturnStatement: Could not infer a return type (see https://psalm.dev/138)
MixedMethodCall: src/Endpoint/Web/HomeController.php#L27
src/Endpoint/Web/HomeController.php:27:30: MixedMethodCall: Cannot determine the type of $this->views when calling method render (see https://psalm.dev/015)
psalm (ubuntu-latest, 8.3, locked)
Process completed with exit code 2.