mirror of
https://github.com/danog/MadelineProto.git
synced 2025-01-22 15:51:15 +01:00
Make signatures consistent
This commit is contained in:
parent
28a605c1f1
commit
de59dd79d3
@ -74,7 +74,7 @@ class RedisArray extends DriverArray
|
||||
{
|
||||
return 'va:'.$this->table.'*';
|
||||
}
|
||||
public function set(string|int $index, mixed $value): void
|
||||
public function set(string|int $key, mixed $value): void
|
||||
{
|
||||
if ($this->hasCache($index) && $this->getCache($index) === $value) {
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user