[CS][DX] Refactor (#19087)
Some checks are pending
Continuous Integration (Minimal) / Static checks (push) Waiting to run
Continuous Integration (Minimal) / Tests (MariaDB) (push) Blocked by required conditions
Continuous Integration (Minimal) / Tests (MySQL) (push) Blocked by required conditions
Continuous Integration (Minimal) / Javascript Tests (MySQL) (push) Blocked by required conditions
Continuous Integration (Minimal) / Tests (PostgreSQL) (push) Blocked by required conditions
Continuous Integration (Minimal) / Frontend (push) Blocked by required conditions
Continuous Integration (Minimal) / Packages (push) Blocked by required conditions

This PR has been generated automatically.
For more details see
[refactor.yaml](/Sylius/Sylius/blob/2.3/.github/workflows/refactor.yaml).
This commit is contained in:
Kamil Grygierzec 2026-06-23 07:53:46 +02:00 committed by GitHub
commit 8a33c64573
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.',
)
;