From 21b169e3cf7ca8d72a1a8b8266a0bff366e50ad2 Mon Sep 17 00:00:00 2001 From: Sylius Bot Date: Tue, 23 Jun 2026 03:06:16 +0000 Subject: [PATCH] [CS][DX] Refactor --- .../OpenApi/Documentation/TaxonDocumentationModifier.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Sylius/Bundle/ApiBundle/OpenApi/Documentation/TaxonDocumentationModifier.php b/src/Sylius/Bundle/ApiBundle/OpenApi/Documentation/TaxonDocumentationModifier.php index 89060005f5..d5a0111536 100644 --- a/src/Sylius/Bundle/ApiBundle/OpenApi/Documentation/TaxonDocumentationModifier.php +++ b/src/Sylius/Bundle/ApiBundle/OpenApi/Documentation/TaxonDocumentationModifier.php @@ -36,8 +36,8 @@ final class TaxonDocumentationModifier implements DocumentationModifierInterface ->withSummary('Retrieves the collection of enabled Taxon resources for the current channel.') ->withDescription( 'Returns the direct enabled children of the Menu Taxon configured for the current channel. ' . - "The Menu Taxon is resolved from the active channel configuration. " . - "If no Menu Taxon is configured for the channel, the default code is used.", + 'The Menu Taxon is resolved from the active channel configuration. ' . + 'If no Menu Taxon is configured for the channel, the default code is used.', ) ;