mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 15:57:21 +01:00
enforce class-string for attributes
This commit is contained in:
@ -38,7 +38,7 @@ final class TestCaseFactory
|
||||
/**
|
||||
* The list of annotations.
|
||||
*
|
||||
* @var array<int, class-string>
|
||||
* @var array<int, class-string<\Pest\Factories\Attributes\Attribute>>
|
||||
*/
|
||||
private static array $attributes = [
|
||||
Attributes\Covers::class,
|
||||
|
||||
Reference in New Issue
Block a user