Skip to content

Commit

Permalink
Update configs.
Browse files Browse the repository at this point in the history
  • Loading branch information
demiankatz committed Jan 10, 2024
1 parent 49cafcf commit 19d9349
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/vufind.php-cs-fixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
->in(__DIR__ . '/../public');

$rules = [
'@PHP80Migration' => true,
'@PHP81Migration' => true,
'@PHPUnit84Migration:risky' => true,
'@PSR12' => true,
'align_multiline_comment' => true,
Expand Down
2 changes: 1 addition & 1 deletion tests/vufind_templates.php-cs-fixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
->name('*.phtml');

$rules = [
'@PHP80Migration' => true,
'@PHP81Migration' => true,
'@PSR12' => true,
'align_multiline_comment' => true,
'binary_operator_spaces' => [
Expand Down

0 comments on commit 19d9349

Please sign in to comment.