Skip to content

Commit

Permalink
Update config (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
kubawerlos authored Apr 2, 2022
1 parent ef86a17 commit 66b353a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
],
"require": {
"php": "^8.0",
"kubawerlos/php-cs-fixer-custom-fixers": "^3.10.0",
"php-cs-fixer/shim": "^3.7.0"
"kubawerlos/php-cs-fixer-custom-fixers": "^3.10.1",
"php-cs-fixer/shim": "^3.8.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5.19"
Expand Down
1 change: 1 addition & 0 deletions src/Rules/LibraryRules.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ public function getRules(): array
],
'constant_case' => true,
'control_structure_continuation_position' => true,
'date_time_create_from_format_call' => true,
'date_time_immutable' => true,
'declare_equal_normalize' => true,
'declare_parentheses' => true,
Expand Down
1 change: 1 addition & 0 deletions src/Rules/ProjectRules.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ public function getRules(): array
],
'constant_case' => true,
'control_structure_continuation_position' => true,
'date_time_create_from_format_call' => true,
'date_time_immutable' => true,
'declare_equal_normalize' => true,
'declare_parentheses' => true,
Expand Down

0 comments on commit 66b353a

Please sign in to comment.