Skip to content

Create an 'on-all-events' invalidation strategy #267

Create an 'on-all-events' invalidation strategy

Create an 'on-all-events' invalidation strategy #267

Triggered via push September 10, 2024 10:39
Status Failure
Total duration 41s
Artifacts

phpstan.yml

on: push
Matrix: php-tests
Fit to window
Zoom out
Zoom in

Annotations

20 errors and 1 warning
PHP 8.3: src/Services/Invalidation.php#L363
Parameter #1 $callback of method Illuminate\Support\Collection<(int|string),mixed>::map() expects callable(mixed, int|string): string, Closure(A17\EdgeFlush\Models\Url|string): string given.
PHP 8.3: src/Services/Tags.php#L280
Method A17\EdgeFlush\Services\Tags::getCrudStrategy() should return A17\EdgeFlush\Services\Strategy but returns string.
PHP 8.3: src/Services/Tags.php#L436
Call to function is_null() with 'tag' will always evaluate to false.
PHP 8.3: src/Services/Tags.php#L520
Parameter #1 $callback of method Illuminate\Support\Collection<(int|string),mixed>::map() expects callable(mixed, int|string): string, Closure(string): non-falsy-string given.
PHP 8.3: src/Services/Tags.php#L525
Cannot access property $url_hash on string.
PHP 8.3
Process completed with exit code 1.
PHP 8.1
The job was canceled because "_8_3" failed.
PHP 8.1: src/Services/Invalidation.php#L363
Parameter #1 $callback of method Illuminate\Support\Collection<(int|string),mixed>::map() expects callable(mixed, int|string): string, Closure(A17\EdgeFlush\Models\Url|string): string given.
PHP 8.1: src/Services/Tags.php#L280
Method A17\EdgeFlush\Services\Tags::getCrudStrategy() should return A17\EdgeFlush\Services\Strategy but returns string.
PHP 8.1: src/Services/Tags.php#L436
Call to function is_null() with 'tag' will always evaluate to false.
PHP 8.1: src/Services/Tags.php#L520
Parameter #1 $callback of method Illuminate\Support\Collection<(int|string),mixed>::map() expects callable(mixed, int|string): string, Closure(string): non-falsy-string given.
PHP 8.1: src/Services/Tags.php#L525
Cannot access property $url_hash on string.
PHP 8.1
Process completed with exit code 1.
PHP 8.2
The job was canceled because "_8_3" failed.
PHP 8.2: src/Services/Invalidation.php#L363
Parameter #1 $callback of method Illuminate\Support\Collection<(int|string),mixed>::map() expects callable(mixed, int|string): string, Closure(A17\EdgeFlush\Models\Url|string): string given.
PHP 8.2: src/Services/Tags.php#L280
Method A17\EdgeFlush\Services\Tags::getCrudStrategy() should return A17\EdgeFlush\Services\Strategy but returns string.
PHP 8.2: src/Services/Tags.php#L436
Call to function is_null() with 'tag' will always evaluate to false.
PHP 8.2: src/Services/Tags.php#L520
Parameter #1 $callback of method Illuminate\Support\Collection<(int|string),mixed>::map() expects callable(mixed, int|string): string, Closure(string): non-falsy-string given.
PHP 8.2: src/Services/Tags.php#L525
Cannot access property $url_hash on string.
PHP 8.2
The operation was canceled.
PHP 8.3
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/