Skip to content

Commit d53e698

Browse files
authored
Merge pull request #8150 from cakephp/5.x-fix-styling
fix styling for 5.3 migration guide
2 parents 74c0287 + 44e004d commit d53e698

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)