Skip to content

Commit

Permalink
Update phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
xificurk committed Oct 28, 2024
1 parent 5df0639 commit 12d75db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .phpcs.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@
<rule ref="SlevomatCodingStandard.Classes.ClassMemberSpacing"/>
<rule ref="SlevomatCodingStandard.Classes.ClassStructure">
<properties>
<property name="enableFinalMethods" value="true"/>
<property name="groups" type="array">
<element value="uses"/>
<element value="enum cases"/>
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"phpstan/phpstan": "^1.10.39",
"phpstan/phpstan-nette": "^1.2.9",
"php-parallel-lint/php-parallel-lint": "^1.3.2",
"squizlabs/php_codesniffer": "^3.7.2",
"slevomat/coding-standard": "^8.14.1"
"squizlabs/php_codesniffer": "^3.10.3",
"slevomat/coding-standard": "^8.15.0"
},
"autoload": {
"psr-0": {
Expand Down

0 comments on commit 12d75db

Please sign in to comment.