Skip to content

Cakephp 4 compatibility #7

Cakephp 4 compatibility

Cakephp 4 compatibility #7

Triggered via pull request December 2, 2025 14:56
Status Success
Total duration 27s
Artifacts

ci.yml

on: pull_request
Code Quality
20s
Code Quality
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

6 errors
Code Quality
Process completed with exit code 1.
Code Quality
Ignored error pattern #Access to an undefined property Cake\\ORM\\Table::\$[a-zA-Z0-9_]+\.# was not matched in reported errors.
Code Quality: src/Model/Behavior/FetchableBehavior.php#L43
Method Fetchable\Model\Behavior\FetchableBehavior::fetch() return type has no value type specified in iterable type array.
Code Quality: src/Model/Behavior/FetchableBehavior.php#L28
Property Fetchable\Model\Behavior\FetchableBehavior::$_cache type has no value type specified in iterable type array.
Code Quality: src/Model/Behavior/FetchableBehavior.php#L20
Property Fetchable\Model\Behavior\FetchableBehavior::$_defaultConfig type has no value type specified in iterable type array.
Code Quality: src/Model/Behavior/FetchableBehavior.php#L20
PHPDoc type array of property Fetchable\Model\Behavior\FetchableBehavior::$_defaultConfig is not covariant with PHPDoc type array<string, mixed> of overridden property Cake\ORM\Behavior::$_defaultConfig.