mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01:00
fix phpdoc
This commit is contained in:
@ -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,
|
||||
|
||||
@ -173,8 +173,6 @@ final class TestCall
|
||||
|
||||
/**
|
||||
* Sets the covered classes.
|
||||
*
|
||||
* @param class-string..., $classes
|
||||
*/
|
||||
public function coversClass(string ...$classes): TestCall
|
||||
{
|
||||
@ -187,8 +185,6 @@ final class TestCall
|
||||
|
||||
/**
|
||||
* Sets the covered functions.
|
||||
*
|
||||
* @param string..., $functions
|
||||
*/
|
||||
public function coversFunction(string ...$functions): TestCall
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user