[Filesystem] added missing deprecations to UPGRADE-4.3.md

This commit is contained in:
smoench 2019-07-03 13:34:39 +02:00
parent b7a75e459e
commit b5c6a349ab
No known key found for this signature in database
GPG Key ID: EB008C0F094A779B
1 changed files with 6 additions and 0 deletions

View File

@ -57,6 +57,12 @@ EventDispatcher
* The signature of the `EventDispatcherInterface::dispatch()` method should be updated to `dispatch($event, string $eventName = null)`, not doing so is deprecated
* The `Event` class has been deprecated, use `Symfony\Contracts\EventDispatcher\Event` instead
Filesystem
----------
* Support for passing arrays to `Filesystem::dumpFile()` is deprecated.
* Support for passing arrays to `Filesystem::appendToFile()` is deprecated.
Form
----