From 44e004d6c39c97057dd53039ac89d843812fbd77 Mon Sep 17 00:00:00 2001 From: Kevin Pfeifer Date: Sun, 11 Jan 2026 11:59:21 +0100 Subject: [PATCH] fix styling for 5.3 migration guide --- en/appendices/5-3-migration-guide.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/en/appendices/5-3-migration-guide.rst b/en/appendices/5-3-migration-guide.rst index d88b5b40cd..7e422275fd 100644 --- a/en/appendices/5-3-migration-guide.rst +++ b/en/appendices/5-3-migration-guide.rst @@ -28,14 +28,14 @@ Behavior Changes Core ---- -- ``InstanceConfigTrait::deleteConfig()`` was added. For classes using this - trait, you can now use ``$this->deleteConfig('key')`` instead of ``$this->setConfig('key', null)`` +- ``InstanceConfigTrait::deleteConfig()`` was added. For classes using this trait, + you can now use ``$this->deleteConfig('key')`` instead of ``$this->setConfig('key', null)`` Database -------- -- ``Query::with()`` now accepts an array of expressions to align with other query clauses. This also - allows clearing the expressions with an empty array. +- ``Query::with()`` now accepts an array of expressions to align with other query clauses. + This also allows clearing the expressions with an empty array. ORM ---