Skip to content

Commit

Permalink
Switch to PHP84Migration rules for PHP-CS-Fixer.
Browse files Browse the repository at this point in the history
  • Loading branch information
EreMaijala committed Dec 9, 2024
1 parent 0802463 commit 0c5c1e0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions 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 = [
'@PHP81Migration' => true,
'@PHP84Migration' => true,
'@PHPUnit100Migration:risky' => true,
'@PSR12' => true,
'align_multiline_comment' => true,
Expand Down Expand Up @@ -53,7 +53,6 @@
'no_useless_return' => true,
'no_whitespace_in_blank_line' => true,
'non_printable_character' => true,
'nullable_type_declaration_for_default_null_value' => true,
'ordered_imports' => [
'imports_order' => ['class', 'function', 'const'],
'sort_algorithm' => 'alpha',
Expand Down

0 comments on commit 0c5c1e0

Please sign in to comment.