Skip to content

Commit

Permalink
Update CS
Browse files Browse the repository at this point in the history
  • Loading branch information
xificurk committed Mar 11, 2022
1 parent 043ce51 commit 119d878
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .phpcs.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<exclude name="Generic.Files.LineLength"/><!-- no hard limit on line length -->
<exclude name="PSR2.Classes.ClassDeclaration.CloseBraceAfterBody"/><!-- we want 1 blank line before brace -->
<exclude name="PSR12.Classes.AnonClassDeclaration.CloseBraceAfterBody"/><!-- we want 1 blank line before brace -->
<exclude name="PSR12.Classes.OpeningBraceSpace.Found"/><!-- we want 1 blank line after brace -->
<exclude name="PSR12.Files.DeclareStatement.SpaceFoundAfterDirective"/><!-- we use space in declare statement -->
<exclude name="PSR12.Files.DeclareStatement.SpaceFoundBeforeDirectiveValue"/><!-- we use space in declare statement -->
<exclude name="PSR12.Files.FileHeader.SpacingAfterBlock"/><!-- interferes with declare statement on first line -->
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.4.9",
"phpstan/phpstan-nette": "^1.0.0",
"php-parallel-lint/php-parallel-lint": "^1.3.1",
"squizlabs/php_codesniffer": "^3.6.1",
"slevomat/coding-standard": "^7.0.16"
"squizlabs/php_codesniffer": "^3.6.2",
"slevomat/coding-standard": "^7.0.19"
},
"autoload": {
"psr-0": {
Expand Down

0 comments on commit 119d878

Please sign in to comment.