diff --git a/src/Factories/TestCaseFactory.php b/src/Factories/TestCaseFactory.php index 5f51389c..76014818 100644 --- a/src/Factories/TestCaseFactory.php +++ b/src/Factories/TestCaseFactory.php @@ -38,7 +38,7 @@ final class TestCaseFactory /** * The list of annotations. * - * @var array + * @var array */ private static array $attributes = [ Attributes\Covers::class, diff --git a/src/PendingCalls/TestCall.php b/src/PendingCalls/TestCall.php index b745ff4c..7dca121b 100644 --- a/src/PendingCalls/TestCall.php +++ b/src/PendingCalls/TestCall.php @@ -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 {