Skip to content

Feature/reuse controller 893 #2876

Feature/reuse controller 893

Feature/reuse controller 893 #2876

Triggered via pull request May 7, 2024 15:26
Status Failure
Total duration 41s
Artifacts

ci.yml

on: pull_request
Matrix: PHP linter
Documentation
10s
Documentation
Matrix: Code quality frontend checks
Matrix: Code quality checks
Matrix: Functional tests
Matrix: Unit tests
Fit to window
Zoom out
Zoom in

Annotations

12 errors
PHP linter (7.4)
Process completed with exit code 124.
Code quality checks (php:sniff, 8.3)
Process completed with exit code 2.
Code quality checks (php:cs-fixer, 8.3)
Process completed with exit code 8.
Code quality checks (ts:lint, 8.3)
Process completed with exit code 2.
Code quality checks (php:stan, 8.3): Classes/Controller/RatingController.php#L16
Method TTN\Tea\Controller\RatingController::ratingAction() has no return type specified.
Code quality checks (php:stan, 8.3): Classes/Controller/RatingController.php#L16
Out of 84 possible return types, only 82 - 97.6 % actually have it. Add more return types to get over 100 %
Code quality checks (php:stan, 8.3): Classes/Controller/RatingController.php#L24
Method TTN\Tea\Controller\RatingController::filterAction() has no return type specified.
Code quality checks (php:stan, 8.3): Classes/Controller/RatingController.php#L24
Out of 84 possible return types, only 82 - 97.6 % actually have it. Add more return types to get over 100 %
Code quality checks (php:stan, 8.3): Classes/Domain/Model/Tea.php#L33
Out of 24 possible property types, only 22 - 91.6 % actually have it. Add more property types to get over 95 %
Code quality checks (php:stan, 8.3): Classes/Domain/Model/Tea.php#L38
Out of 24 possible property types, only 22 - 91.6 % actually have it. Add more property types to get over 95 %
Code quality checks (php:stan, 8.3): Classes/Domain/Model/Tea.php#L113
Property TTN\Tea\Domain\Model\Tea::$stars (int) does not accept int|null.
Code quality checks (php:stan, 8.3)
Process completed with exit code 1.