From 19d934985c9129a12b14ddab00ccb85fd752cb25 Mon Sep 17 00:00:00 2001 From: Demian Katz Date: Wed, 10 Jan 2024 09:34:23 -0500 Subject: [PATCH] Update configs. --- tests/vufind.php-cs-fixer.php | 2 +- tests/vufind_templates.php-cs-fixer.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/vufind.php-cs-fixer.php b/tests/vufind.php-cs-fixer.php index 43b2d8d65e8..d934a0a2e29 100644 --- a/tests/vufind.php-cs-fixer.php +++ b/tests/vufind.php-cs-fixer.php @@ -6,7 +6,7 @@ ->in(__DIR__ . '/../public'); $rules = [ - '@PHP80Migration' => true, + '@PHP81Migration' => true, '@PHPUnit84Migration:risky' => true, '@PSR12' => true, 'align_multiline_comment' => true, diff --git a/tests/vufind_templates.php-cs-fixer.php b/tests/vufind_templates.php-cs-fixer.php index 14e4db359b0..84df993cb6a 100644 --- a/tests/vufind_templates.php-cs-fixer.php +++ b/tests/vufind_templates.php-cs-fixer.php @@ -5,7 +5,7 @@ ->name('*.phtml'); $rules = [ - '@PHP80Migration' => true, + '@PHP81Migration' => true, '@PSR12' => true, 'align_multiline_comment' => true, 'binary_operator_spaces' => [