File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
SlevomatCodingStandard/Sniffs/Classes Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ class BackedEnumTypeSpacingSniff implements Sniff
2323 public $ spacesCountBeforeColon = 0 ;
2424
2525 /** @var int */
26- public $ spacesCountBeforeType = 1 ;
26+ public $ spacesCountBeforeType = 1 ;
2727
2828 /**
2929 * @return array<int, (int|string)>
Original file line number Diff line number Diff line change 2323 "require-dev" : {
2424 "phing/phing" : " 2.17.3" ,
2525 "php-parallel-lint/php-parallel-lint" : " 1.3.2" ,
26- "phpstan/phpstan" : " 1.4.10|1.7.15 " ,
26+ "phpstan/phpstan" : " 1.4.10|1.8.0 " ,
2727 "phpstan/phpstan-deprecation-rules" : " 1.0.0" ,
2828 "phpstan/phpstan-phpunit" : " 1.0.0|1.1.1" ,
29- "phpstan/phpstan-strict-rules" : " 1.2.3 " ,
29+ "phpstan/phpstan-strict-rules" : " 1.3.0 " ,
3030 "phpunit/phpunit" : " 7.5.20|8.5.21|9.5.21"
3131 },
3232 "autoload" : {
You can’t perform that action at this time.
0 commit comments