Skip to content

Commit 1e1376e

Browse files
committed
Merge branch '5.4' into 6.0
* 5.4: [Console] Restore psr/log >= 3.0 conflict [Security] Make the abstract Voter class implement CacheableVoterInterface Add generic types to traversable implementations [Security] Fix TypeError message [Security] Fix deprecation layer [FrameworkBundle] Add completion for workflow:dump Fix cancel button Fix misleading error on missing provider with authenticator manager Don't limit retries of toolbar loading
2 parents b36edc2 + 97cd8f2 commit 1e1376e

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 \SplObjectStorage $deadTransports;
2831
private array $transports = [];
2932
private int $retryPeriod;

0 commit comments

Comments
 (0)