fix phpdoc

This commit is contained in:
danilopolani
2022-03-06 19:02:02 +01:00
parent 1079793ccf
commit 1dc33070fe
2 changed files with 1 additions and 5 deletions

View File

@ -38,7 +38,7 @@ final class TestCaseFactory
/**
* The list of annotations.
*
* @var array<int, \Pest\Factories\Attributes\Attribute>
* @var array<int, class-string>
*/
private static array $attributes = [
Attributes\Covers::class,