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