8000 [Filesystem] added missing deprecations to UPGRADE-4.3.md · symfony/symfony@b5c6a34 · GitHub
[go: up one dir, main page]

Skip to content

Commit b5c6a34

Browse files
author
smoench
committed
[Filesystem] added missing deprecations to UPGRADE-4.3.md
1 parent b7a75e4 commit b5c6a34

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

UPGRADE-4.3.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,12 @@ EventDispatcher
5757
* The signature of the `EventDispatcherInterface::dispatch()` method should be updated to `dispatch($event, string $eventName = null)`, not doing so is deprecated
5858
* The `Event` class has been deprecated, use `Symfony\Contracts\EventDispatcher\Event` instead
5959

60+
Filesystem
61+
----------
62+
63+
* Support for passing arrays to `Filesystem::dumpFile()` is deprecated.
64+
* Support for passing arrays to `Filesystem::appendToFile()` is deprecated.
65+
6066
Form
6167
----
6268

0 commit comments

Comments
 (0)
0