Fix all PHPStan level MAX errors #254
Annotations
7 errors and 2 warnings
src/Services/EdgeFlush.php#L111
Method A17\EdgeFlush\Services\EdgeFlush::boot() has no return type specified.
|
src/Services/Entity.php#L38
Method A17\EdgeFlush\Services\Entity::absorb() has no return type specified.
|
src/Services/Entity.php#L42
Property A17\EdgeFlush\Services\Entity::$modelClass (string) does not accept class-string|false.
|
src/Services/Entity.php#L46
Property A17\EdgeFlush\Services\Entity::$modelName (string) does not accept string|null.
|
src/Services/Entity.php#L50
Parameter #1 $tag of method A17\EdgeFlush\Services\Entity::tagIsNotExcluded() expects string, class-string|false given.
|
src/Services/Entity.php#L196
Construct empty() is not allowed. Use more strict comparison.
|
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job failed
Loading