PHP 8.3 + Mago QA toolchain + Result test coverage #73
continuous-integration.yml
on: pull_request
Matrix: qa / test
Matrix: qa / mago
Annotations
3 warnings
|
missing-property-type:
src/AdapterPlatform.php#L23
Property `$resource` is missing a type hint.
>Property `$resource` declared here without a type hint
Adding type hints to properties improves code readability and helps prevent type errors.
Help: Consider adding a type hint to property `$resource`.
|
|
missing-property-type:
src/AdapterPlatform.php#L23
Property `$resource` is missing a type hint.
>Property `$resource` declared here without a type hint
Adding type hints to properties improves code readability and helps prevent type errors.
Help: Consider adding a type hint to property `$resource`.
|
|
missing-property-type:
src/AdapterPlatform.php#L23
Property `$resource` is missing a type hint.
>Property `$resource` declared here without a type hint
Adding type hints to properties improves code readability and helps prevent type errors.
Help: Consider adding a type hint to property `$resource`.
|