From 7f8ed88914374b51a7a21c6357cb3a5decda4cc7 Mon Sep 17 00:00:00 2001 From: Kevin Pfeifer Date: Sun, 11 Jan 2026 12:19:16 +0100 Subject: [PATCH] fix warnings --- en/appendices/5-3-migration-guide.rst | 2 +- en/controllers.rst | 1 + en/orm.rst | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/en/appendices/5-3-migration-guide.rst b/en/appendices/5-3-migration-guide.rst index 7e422275fd..4e86a2d137 100644 --- a/en/appendices/5-3-migration-guide.rst +++ b/en/appendices/5-3-migration-guide.rst @@ -156,7 +156,7 @@ Database Error ----- -- ``Debugger`` now replaces :php:const:``ROOT` with ` the +- ``Debugger`` now replaces :php:const:`ROOT` with the ``Debugger.editorBasePath`` Configure value if defined. This improves debugging workflows within containerized environments. diff --git a/en/controllers.rst b/en/controllers.rst index 8d2b6a28ea..bfe88f5514 100644 --- a/en/controllers.rst +++ b/en/controllers.rst @@ -625,6 +625,7 @@ More on Controllers controllers/pages-controller controllers/components + controllers/middleware/rate-limit .. meta:: :title lang=en: Controllers diff --git a/en/orm.rst b/en/orm.rst index 96019ceab6..e863ff80f2 100644 --- a/en/orm.rst +++ b/en/orm.rst @@ -120,4 +120,3 @@ More Information orm/deleting-data orm/behaviors orm/schema-system - console-commands/schema-cache