mirror of
https://github.com/pestphp/pest.git
synced 2026-03-12 02:37:22 +01:00
fix phpdoc
This commit is contained in:
@ -38,7 +38,7 @@ final class TestCaseFactory
|
|||||||
/**
|
/**
|
||||||
* The list of annotations.
|
* The list of annotations.
|
||||||
*
|
*
|
||||||
* @var array<int, \Pest\Factories\Attributes\Attribute>
|
* @var array<int, class-string>
|
||||||
*/
|
*/
|
||||||
private static array $attributes = [
|
private static array $attributes = [
|
||||||
Attributes\Covers::class,
|
Attributes\Covers::class,
|
||||||
|
|||||||
@ -173,8 +173,6 @@ final class TestCall
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Sets the covered classes.
|
* Sets the covered classes.
|
||||||
*
|
|
||||||
* @param class-string..., $classes
|
|
||||||
*/
|
*/
|
||||||
public function coversClass(string ...$classes): TestCall
|
public function coversClass(string ...$classes): TestCall
|
||||||
{
|
{
|
||||||
@ -187,8 +185,6 @@ final class TestCall
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Sets the covered functions.
|
* Sets the covered functions.
|
||||||
*
|
|
||||||
* @param string..., $functions
|
|
||||||
*/
|
*/
|
||||||
public function coversFunction(string ...$functions): TestCall
|
public function coversFunction(string ...$functions): TestCall
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user