Skip to content

Commit 29335aa

Browse files
committed
ENGCOM-6317: Bump coding standard version
1 parent 8ebf827 commit 29335aa

File tree

4 files changed

+25
-35
lines changed

4 files changed

+25
-35
lines changed

app/code/Magento/BundleGraphQl/etc/schema.graphqls

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
type Mutation {
55
addBundleProductsToCart(input: AddBundleProductsToCartInput): AddBundleProductsToCartOutput @resolver(class: "Magento\\QuoteGraphQl\\Model\\Resolver\\AddSimpleProductsToCart")
6+
testStatic(invalid_argument): invalid_output
67
}
78

89
input AddBundleProductsToCartInput {

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"dealerdirect/phpcodesniffer-composer-installer": "^0.5.0",
8888
"friendsofphp/php-cs-fixer": "~2.14.0",
8989
"lusitanian/oauth": "~0.8.10",
90-
"magento/magento-coding-standard": "~4.0.0",
90+
"magento/magento-coding-standard": "*",
9191
"magento/magento2-functional-testing-framework": "2.5.3",
9292
"pdepend/pdepend": "2.5.2",
9393
"phpcompatibility/php-compatibility": "^9.3",

composer.lock

Lines changed: 23 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dev/tests/static/framework/Magento/ruleset.xml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -15,25 +15,4 @@
1515
<exclude-pattern>*/Test/*</exclude-pattern>
1616
<exclude-pattern>*Test.php</exclude-pattern>
1717
</rule>
18-
<rule ref="Magento2.Files.LineLength.MaxExceeded">
19-
<exclude-pattern>*.phtml</exclude-pattern>
20-
</rule>
21-
<rule ref="Squiz.Operators.IncrementDecrementUsage">
22-
<exclude-pattern>*.phtml</exclude-pattern>
23-
</rule>
24-
<rule ref="PEAR.ControlStructures.ControlSignature">
25-
<exclude-pattern>*.phtml</exclude-pattern>
26-
</rule>
27-
<rule ref="Squiz.WhiteSpace.ScopeClosingBrace">
28-
<exclude-pattern>*.phtml</exclude-pattern>
29-
</rule>
30-
<rule ref="PEAR.Functions.FunctionCallSignature">
31-
<exclude-pattern>*.phtml</exclude-pattern>
32-
</rule>
33-
<rule ref="Squiz.ControlStructures.ControlSignature.NewlineAfterOpenBrace">
34-
<exclude-pattern>*.phtml</exclude-pattern>
35-
</rule>
36-
<rule ref="Magento2.Security.LanguageConstruct.DirectOutput">
37-
<exclude-pattern>*.phtml</exclude-pattern>
38-
</rule>
3918
</ruleset>

0 commit comments

Comments
 (0)