Skip to content

Commit 44e004d

Browse files
committed
fix styling for 5.3 migration guide
1 parent 74c0287 commit 44e004d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

en/appendices/5-3-migration-guide.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ Behavior Changes
2828
Core
2929
----
3030

31-
- ``InstanceConfigTrait::deleteConfig()`` was added. For classes using this
32-
trait, you can now use ``$this->deleteConfig('key')`` instead of ``$this->setConfig('key', null)``
31+
- ``InstanceConfigTrait::deleteConfig()`` was added. For classes using this trait,
32+
you can now use ``$this->deleteConfig('key')`` instead of ``$this->setConfig('key', null)``
3333

3434
Database
3535
--------
3636

37-
- ``Query::with()`` now accepts an array of expressions to align with other query clauses. This also
38-
allows clearing the expressions with an empty array.
37+
- ``Query::with()`` now accepts an array of expressions to align with other query clauses.
38+
This also allows clearing the expressions with an empty array.
3939

4040
ORM
4141
---

0 commit comments

Comments
 (0)