We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1867d9b commit 4f1c37dCopy full SHA for 4f1c37d
resources/lib/UnityRedis.php
@@ -85,11 +85,8 @@ public function appendCacheArray(
85
}
86
87
// TODO return void
88
- public function removeCacheArray(
89
- string $object,
90
- string $key,
91
- mixed $value,
92
- ): mixed {
+ public function removeCacheArray(string $object, string $key, mixed $value)
+ {
93
if (!$this->enabled) {
94
return null;
95
0 commit comments