From 1e15ed393a6a3bfa182759ca95874204a1c8748b Mon Sep 17 00:00:00 2001 From: Matt Brown Date: Wed, 27 Apr 2022 10:31:58 -0400 Subject: [PATCH] Fix merge conflict with attribute tests --- tests/AttributeTest.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tests/AttributeTest.php b/tests/AttributeTest.php index f60087d06..a937ed395 100644 --- a/tests/AttributeTest.php +++ b/tests/AttributeTest.php @@ -753,9 +753,8 @@ class AttributeTest extends TestCase } ', 'error_message' => 'UndefinedConstant', - [], - false, - '8.1', + 'ignored_issues' => [], + 'php_version' => '8.1', ], ]; }