Skip to content

Commit 879d7a4

Browse files
author
FlorianLB
committed
improve changelog message : use all() method instead
1 parent bfafa54 commit 879d7a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UPGRADE-3.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1034,4 +1034,4 @@ UPGRADE FROM 2.x to 3.0
10341034

10351035
### HttpFoundation
10361036

1037-
* `Symfony\Component\HttpFoundation\Session\Flash\FlashBagInterface` don't implement anymore `\IteratorAggregate` interface
1037+
* `Symfony\Component\HttpFoundation\Session\Flash\FlashBagInterface` no longer implements the `IteratorAggregate` interface. Use the `all()` method instead of iterating over the flash bag.

0 commit comments

Comments
 (0)