Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion en/appendices/5-0-migration-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Core
- The function ``getTypeName()`` has been dropped. Use PHP's ``get_debug_type()`` instead.
- The dependency on ``league/container`` was updated to ``4.x``. This will
require the addition of typehints to your ``ServiceProvider`` implementations.
- ``deprecationWarning()`` now has a ``$vesrion`` parameter.
- ``deprecationWarning()`` now has a ``$version`` parameter.
- The ``App.uploadedFilesAsObjects`` configuration option has been removed
alongside of support for PHP file upload shaped arrays throughout the
framework.
Expand Down