Add filter to allow customizing who can flush the cache #445
lint.yml
on: pull_request
EditorConfig
9s
Matrix: phpstan
Annotations
6 errors and 3 warnings
PHPStan (PHP 7.4; Relay 0.7.0):
tests/PHPStan/object-cache.php#L1
Ignored error pattern #^Class RedisCluster constructor invoked with 1 parameter, 2\-6 required\.$# in path /home/runner/work/redis-cache/redis-cache/tests/PHPStan/object-cache.php was not matched in reported errors.
|
PHPStan (PHP 7.4; Relay 0.7.0):
tests/PHPStan/object-cache.php#L1628
Variable $connection might not be defined.
|
PHPStan (PHP 7.4; Relay 0.7.0)
Process completed with exit code 1.
|
PHPStan (PHP 8.2; Relay 0.7.0):
tests/PHPStan/object-cache.php#L1
Ignored error pattern #^Class RedisCluster constructor invoked with 1 parameter, 2\-6 required\.$# in path /home/runner/work/redis-cache/redis-cache/tests/PHPStan/object-cache.php was not matched in reported errors.
|
PHPStan (PHP 8.2; Relay 0.7.0):
tests/PHPStan/object-cache.php#L1628
Variable $connection might not be defined.
|
PHPStan (PHP 8.2; Relay 0.7.0)
Process completed with exit code 1.
|
EditorConfig
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
PHPStan (PHP 7.4; Relay 0.7.0)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, 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/
|
PHPStan (PHP 8.2; Relay 0.7.0)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, 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/
|