File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 2020 },
2121 "require-dev" : {
2222 "phpunit/phpunit" : " ^10.3.0" ,
23- "spryker /code-sniffer" : " @stable " ,
23+ "php-collective /code-sniffer" : " dev-master " ,
2424 "phpstan/phpstan" : " ^1.0.0"
2525 },
2626 "autoload" : {
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
22<ruleset name =" SprykerLibrary" >
33 <description >
4- Spryker Coding Standard.
5-
6- Extends main Spryker Coding Standard.
7- All sniffs in ./Sniffs will be auto loaded
4+ Coding Standard
85 </description >
96
107 <arg name =" tab-width" value =" 4" />
1310 <file >src/</file >
1411 <file >tests/</file >
1512
16- <rule ref =" vendor/spryker /code-sniffer/SprykerStrict /ruleset.xml" />
13+ <rule ref =" vendor/php-collective /code-sniffer/PhpCollectiveStrict /ruleset.xml" />
1714
1815 <rule ref =" PSR2.Methods.MethodDeclaration.Underscore" >
1916 <severity >0</severity >
You can’t perform that action at this time.
0 commit comments