8000 improve changelog message : use all() method instead · symfony/symfony@8173a99 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8173a99

Browse files
author
FlorianLB
committed
improve changelog message : use all() method instead
1 parent 3fad008 commit 8173a99

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
@@ -1014,4 +1014,4 @@ UPGRADE FROM 2.x to 3.0
10141014

10151015
### HttpFoundation
10161016

1017-
* `Symfony\Component\HttpFoundation\Session\Flash\FlashBagInterface` don't implement anymore `\IteratorAggregate` interface
1017+
* `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)
0