From 5ad34f3da5dee4726cb7e8a395153e72458326fc Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Sun, 12 Mar 2023 23:52:32 +0000 Subject: [PATCH] CS tweaks --- tests/Support/SupportCollectionTest.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/Support/SupportCollectionTest.php b/tests/Support/SupportCollectionTest.php index d52493865662..3a50343f27e1 100755 --- a/tests/Support/SupportCollectionTest.php +++ b/tests/Support/SupportCollectionTest.php @@ -4260,6 +4260,7 @@ public function testCollectionFromTraversableWithKeys($collection) /** * @dataProvider collectionClassProvider + * * @requires PHP >= 8.1 */ public function testCollectionFromEnum($collection) @@ -4270,6 +4271,7 @@ public function testCollectionFromEnum($collection) /** * @dataProvider collectionClassProvider + * * @requires PHP >= 8.1 */ public function testCollectionFromBackedEnum($collection)