File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 2121 },
2222 "require-dev" : {
2323 "php" : " ~8.4" ,
24- "phpcsstandards/phpcsdevcs" : " ^1.1.6 " ,
25- "phpstan/phpstan" : " ^2.0.0 "
24+ "phpcsstandards/phpcsdevcs" : " ^1.2.0 " ,
25+ "phpstan/phpstan" : " ^2.1.15 "
2626 },
2727 "config" : {
2828 "allow-plugins" : {
Original file line number Diff line number Diff line change 2929 -->
3030
3131 <rule ref =" PHPCSDev" >
32- <!-- Allow for the file docblock on the line directly following the PHP open tag.
33- As the sniff in PHPCS does not use modular error codes (yet - see PR #2729),
34- the complete error code needs to be disabled, not just the bit involving
35- the file docblocks.
36- -->
32+ <!-- Only needed for PHPCS 3.x. This exclusion can be removed when PHPCSDevCS drops support for PHPCS 3.x. -->
3733 <exclude name =" PSR12.Files.FileHeader.SpacingAfterBlock" />
34+
3835 <exclude name =" PEAR.Commenting.FileComment.MissingPackageTag" />
3936 </rule >
4037
You can’t perform that action at this time.
0 commit comments