From 15e2e1711bf1ceeed0545cce5a5004d384163e20 Mon Sep 17 00:00:00 2001 From: danilopolani Date: Tue, 8 Mar 2022 14:57:17 +0100 Subject: [PATCH] enforce class-string for attributes --- src/Factories/TestCaseFactory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Factories/TestCaseFactory.php b/src/Factories/TestCaseFactory.php index 81d11aa6..ed3d70e8 100644 --- a/src/Factories/TestCaseFactory.php +++ b/src/Factories/TestCaseFactory.php @@ -38,7 +38,7 @@ final class TestCaseFactory /** * The list of annotations. * - * @var array + * @var array> */ private static array $attributes = [ Attributes\Covers::class,