Add ReturnTypeWillChange (#706)

This commit is contained in:
Alexander M. Turek
2021-08-05 20:02:38 +02:00
committed by GitHub
parent 305d167b08
commit 9cd093be24
+1
View File
@@ -529,6 +529,7 @@ class Client implements ClientInterface, \IteratorAggregate
/**
* @return \Traversable<string, static>
*/
#[\ReturnTypeWillChange]
public function getIterator()
{
$clients = array();