Skip to content
Merged
Changes from 1 commit
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
6 changes: 6 additions & 0 deletions en/appendices/5-3-migration-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ If you are not running on **PHP 8.2 or higher**, you will need to upgrade PHP be
Behavior Changes
================

Core
----

- ``InstanceConfigTrait::deleteConfig()`` has been added. For classes using this
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doesn't matter - but we usually use the phrase was added right?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consistency in grammar is good :)

Comment thread
ADmad marked this conversation as resolved.
Outdated
trait, you can now use ``$this->deleteConfig('key')`` instead of ``$this->setConfig('key', null)``

Database
--------

Expand Down