Skip to content

Commit aa19861

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 9c50d92 + fb68fa8 commit aa19861

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Crawler.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
* Crawler eases navigation of a list of \DOMNode objects.
1919
*
2020
* @author Fabien Potencier <fabien@symfony.com>
21+
*
22+
* @implements \IteratorAggregate<int, \DOMNode>
2123
*/
2224
class Crawler implements \Countable, \IteratorAggregate
2325
{

0 commit comments

Comments
 (0)