Skip to content

Commit 0136856

Browse files
authored
Remove deprecated codes (#5812)
1 parent f0d12c9 commit 0136856

File tree

2 files changed

+0
-30
lines changed

2 files changed

+0
-30
lines changed

src/RedisProxy.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,4 @@ public function __construct(PoolFactory $factory, string $pool)
2424

2525
$this->poolName = $pool;
2626
}
27-
28-
/**
29-
* @deprecated since version 3.1
30-
* @param string $name
31-
* @param array $arguments
32-
*/
33-
public function __call($name, $arguments)
34-
{
35-
return parent::__call($name, $arguments);
36-
}
3727
}

src/ScanCaller.php

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)