Feature/reuse controller 893 #2876
ci.yml
on: pull_request
Matrix: PHP linter
Documentation
10s
Matrix: Code quality frontend checks
Matrix: Code quality checks
Matrix: Functional tests
Matrix: Unit tests
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.
|