We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 042132b + e727b09 commit c06a734Copy full SHA for c06a734
composer.json
@@ -11,7 +11,8 @@
11
}
12
],
13
"require": {
14
- "mediact/coding-standard": "@stable"
+ "mediact/coding-standard": "^3.0",
15
+ "squizlabs/php_codesniffer": "^3.5"
16
},
17
"autoload": {
18
"psr-0": {
src/MediactMagento2/ruleset.xml
@@ -29,9 +29,6 @@
29
<rule ref="Squiz.WhiteSpace.ScopeClosingBrace">
30
<exclude-pattern>*.phtml</exclude-pattern>
31
</rule>
32
- <rule ref="Squiz.WhiteSpace.ControlStructureSpacing">
33
- <exclude-pattern>*.phtml</exclude-pattern>
34
- </rule>
35
<rule ref="Generic.CodeAnalysis.ForLoopWithTestFunctionCall.NotAllowed">
36
37
0 commit comments