Skip to content

Commit 652b570

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 df3e89e + 6bacc79 commit 652b570

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

InputStream.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
* Provides a way to continuously write to the input of a Process until the InputStream is closed.
1818
*
1919
* @author Nicolas Grekas <p@tchwork.com>
20+
*
21+
* @implements \IteratorAggregate<int, string>
2022
*/
2123
class InputStream implements \IteratorAggregate
2224
{

Process.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
*
2828
* @author Fabien Potencier <fabien@symfony.com>
2929
* @author Romain Neutron <imprec@gmail.com>
30+
*
31+
* @implements \IteratorAggregate<string, string>
3032
*/
3133
class Process implements \IteratorAggregate
3234
{

0 commit comments

Comments
 (0)