File tree Expand file tree Collapse file tree 4 files changed +25
-35
lines changed
app/code/Magento/BundleGraphQl/etc
dev/tests/static/framework/Magento Expand file tree Collapse file tree 4 files changed +25
-35
lines changed Original file line number Diff line number Diff line change 3
3
4
4
type Mutation {
5
5
addBundleProductsToCart (input : AddBundleProductsToCartInput ): AddBundleProductsToCartOutput @resolver (class : " Magento\\ QuoteGraphQl\\ Model\\ Resolver\\ AddSimpleProductsToCart" )
6
+ testStatic (invalid_argument): invalid_output
6
7
}
7
8
8
9
input AddBundleProductsToCartInput {
Original file line number Diff line number Diff line change 87
87
"dealerdirect/phpcodesniffer-composer-installer" : " ^0.5.0" ,
88
88
"friendsofphp/php-cs-fixer" : " ~2.14.0" ,
89
89
"lusitanian/oauth" : " ~0.8.10" ,
90
- "magento/magento-coding-standard" : " ~4.0.0 " ,
90
+ "magento/magento-coding-standard" : " * " ,
91
91
"magento/magento2-functional-testing-framework" : " 2.5.3" ,
92
92
"pdepend/pdepend" : " 2.5.2" ,
93
93
"phpcompatibility/php-compatibility" : " ^9.3" ,
Original file line number Diff line number Diff line change 15
15
<exclude-pattern >*/Test/*</exclude-pattern >
16
16
<exclude-pattern >*Test.php</exclude-pattern >
17
17
</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 >
39
18
</ruleset >
You can’t perform that action at this time.
0 commit comments