From 87ca6929515cebd3619d5afc24c634e43167b470 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 31 Dec 2025 00:35:15 +0000 Subject: [PATCH] fix: apply whitespace fixes --- Documentation/ApiOverview/Mail/Index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/ApiOverview/Mail/Index.rst b/Documentation/ApiOverview/Mail/Index.rst index e3240a739c..6fce57fc01 100644 --- a/Documentation/ApiOverview/Mail/Index.rst +++ b/Documentation/ApiOverview/Mail/Index.rst @@ -420,10 +420,10 @@ pass the current request to the FluidEmail instance: $email->setRequest($this->request); Read more aboout :ref:`Getting the PSR-7 request object ` in different -contexts. +contexts. In a context where no valid request object can be retrieved, such as in a -:ref:`Console command ` a valid frontend context need to be +:ref:`Console command ` a valid frontend context need to be simmulated (`Simulating a frontend request in TYPO3 Commands `_) or the affected ViewHelpers cannot be used.