Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
},
"require-dev" : {
"php" : "~8.4",
"phpcsstandards/phpcsdevcs": "^1.1.6",
"phpstan/phpstan": "^2.0.0"
"phpcsstandards/phpcsdevcs": "^1.2.0",
"phpstan/phpstan": "^2.1.15"
},
"config": {
"allow-plugins": {
Expand Down
7 changes: 2 additions & 5 deletions phpcs.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,9 @@
-->

<rule ref="PHPCSDev">
<!-- Allow for the file docblock on the line directly following the PHP open tag.
As the sniff in PHPCS does not use modular error codes (yet - see PR #2729),
the complete error code needs to be disabled, not just the bit involving
the file docblocks.
-->
<!-- Only needed for PHPCS 3.x. This exclusion can be removed when PHPCSDevCS drops support for PHPCS 3.x. -->
<exclude name="PSR12.Files.FileHeader.SpacingAfterBlock"/>

<exclude name="PEAR.Commenting.FileComment.MissingPackageTag"/>
</rule>

Expand Down