feat: add task to remove cache entries in redis with specified prefix #83
code-style.yml
on: pull_request
cs
/
Check Style
17s
phpstan
/
Static Analyse
1m 20s
Annotations
3 errors and 1 warning
cs / Check Style
Process completed with exit code 1.
|
phpstan / Static Analyse:
src/Task/RedisPrefixCleanupTaskHandler.php#L17
Method Frosh\Tools\Task\RedisPrefixCleanupTaskHandler::__construct() has parameter $scheduledTaskRepository with generic class Shopware\Core\Framework\DataAbstractionLayer\EntityRepository but does not specify its types: TEntityCollection
|
phpstan / Static Analyse
Process completed with exit code 1.
|
cs / Check Style:
src/Task/RedisPrefixCleanupTaskHandler.php#L1
Found violation(s) of type: trailing_comma_in_multiline
|