Skip to content

Commit 97cd8f2

Browse files
committed
Add generic types to traversable implementations
1 parent aa8ef2e commit 97cd8f2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Transport/RoundRobinTransport.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
*/
2525
class RoundRobinTransport implements TransportInterface
2626
{
27+
/**
28+
* @var \SplObjectStorage<TransportInterface, float>
29+
*/
2730
private $deadTransports;
2831
private $transports = [];
2932
private $retryPeriod;

0 commit comments

Comments
 (0)