Skip to content

Cakephp 4 compatibility (#4) #8

Cakephp 4 compatibility (#4)

Cakephp 4 compatibility (#4) #8

Triggered via push December 2, 2025 14:57
Status Success
Total duration 26s
Artifacts

ci.yml

on: push
Code Quality
17s
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.