From 1eb2db34c9256d6f933f66cc55658074f2575143 Mon Sep 17 00:00:00 2001 From: Lina Wolf <noreply@example.com> Date: Mon, 9 Sep 2024 17:26:13 +0000 Subject: [PATCH] [DOCS] Add trailing backtick to php-role MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Releases: main Resolves: #104864 Change-Id: I0c5ee461bb9ea124c9e2931386e1b301b8d1f5f3 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/85930 Tested-by: core-ci <typo3@b13.com> Reviewed-by: Stefan Bürk <stefan@buerk.tech> Tested-by: Stefan Bürk <stefan@buerk.tech> Reviewed-by: Benni Mack <benni@typo3.org> Tested-by: Benni Mack <benni@typo3.org> --- .../13.3/Deprecation-104789-RenderStaticForFluidViewHelpers.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typo3/sysext/core/Documentation/Changelog/13.3/Deprecation-104789-RenderStaticForFluidViewHelpers.rst b/typo3/sysext/core/Documentation/Changelog/13.3/Deprecation-104789-RenderStaticForFluidViewHelpers.rst index a3317236d1c3..99babb975a2d 100644 --- a/typo3/sysext/core/Documentation/Changelog/13.3/Deprecation-104789-RenderStaticForFluidViewHelpers.rst +++ b/typo3/sysext/core/Documentation/Changelog/13.3/Deprecation-104789-RenderStaticForFluidViewHelpers.rst @@ -133,7 +133,7 @@ files: * Remove the mentioned definitions: - * :php:`use TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface; + * :php:`use TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface;` * :php:`use TYPO3Fluid\Fluid\Core\ViewHelper\Traits\CompileWithRenderStatic;` * :php:`use TYPO3Fluid\Fluid\Core\ViewHelper\Traits\CompileWithContentArgumentAndRenderStatic;` * :php:`use CompileWithRenderStatic;` (class trait) -- GitLab