Skip to content

Commit 75dad4f

Browse files
ACQE-9022: MFTF Component Health - March 26 Release
- Updated codesniffer based on magento locked version.
1 parent aa66774 commit 75dad4f

File tree

3 files changed

+17
-11
lines changed

3 files changed

+17
-11
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"php-coveralls/php-coveralls": "^1.0||^2.2",
4343
"phpmd/phpmd": "^2.8.0",
4444
"phpunit/phpunit": "^10.0",
45-
"squizlabs/php_codesniffer": "~3.10.1||^4.0.0"
45+
"squizlabs/php_codesniffer": "~3.11.0"
4646
},
4747
"suggest": {
4848
"hoa/console": "Enables <pause /> action and interactive console functionality"

composer.lock

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

dev/tests/static/Magento/ruleset.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
</rule>
2525
<rule ref="Magento.Commenting.VariableComment"/>
2626

27+
<rule ref="Generic.Functions.CallTimePassByReference"/>
2728
<rule ref="Generic.PHP.DeprecatedFunctions"/>
2829

2930
<rule ref="Squiz.Commenting.DocCommentAlignment"/>

0 commit comments

Comments
 (0)