Skip to content

Commit 4f1c37d

Browse files
committed
leave return type unspecified
1 parent 1867d9b commit 4f1c37d

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

resources/lib/UnityRedis.php

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,8 @@ public function appendCacheArray(
8585
}
8686

8787
// TODO return void
88-
public function removeCacheArray(
89-
string $object,
90-
string $key,
91-
mixed $value,
92-
): mixed {
88+
public function removeCacheArray(string $object, string $key, mixed $value)
89+
{
9390
if (!$this->enabled) {
9491
return null;
9592
}

0 commit comments

Comments
 (0)