mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-05 20:57:12 +00:00
[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
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:
commit
8a33c64573
1 changed files with 2 additions and 2 deletions
|
|
@ -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.',
|
||||
)
|
||||
;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue