Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 304c17f commit 61bd62dCopy full SHA for 61bd62d
3 files changed
src/Sylius/Bundle/AdminApiBundle/Resources/config/routing/country.yml
@@ -11,4 +11,3 @@ sylius_admin_api_country:
11
criteria:
12
code: $code
13
type: sylius.resource_api
14
-
tests/DataFixtures/ORM/resources/cart.yml
@@ -124,4 +124,3 @@ Sylius\Component\Product\Model\ProductOptionValueTranslation:
124
locale: "en_US"
125
value: "Size L"
126
translatable: "@mug-size-l"
127
yaml-standards.yaml
@@ -7,3 +7,4 @@
7
- pathToChecker: YamlStandards\Model\YamlIndent\YamlIndentChecker
8
parameters:
9
{ indents: 4 }
10
+ - pathToChecker: YamlStandards\Model\YamlEmptyLineAtEnd\YamlEmptyLineAtEndChecker
0 commit comments