mirror of
https://github.com/predis/predis.git
synced 2026-08-30 12:15:03 +00:00
Add ReturnTypeWillChange (#706)
This commit is contained in:
committed by
GitHub
parent
305d167b08
commit
9cd093be24
@@ -529,6 +529,7 @@ class Client implements ClientInterface, \IteratorAggregate
|
||||
/**
|
||||
* @return \Traversable<string, static>
|
||||
*/
|
||||
#[\ReturnTypeWillChange]
|
||||
public function getIterator()
|
||||
{
|
||||
$clients = array();
|
||||
|
||||
Reference in New Issue
Block a user