diff --git a/stubs/MockBuilder.phpstub b/stubs/MockBuilder.phpstub index 2ffcde3..ea97e34 100644 --- a/stubs/MockBuilder.phpstub +++ b/stubs/MockBuilder.phpstub @@ -11,7 +11,7 @@ class MockBuilder { /** * @template-typeof T $type - * @param TestCase $testCase + * @param TestCase $testCase * @param class-string $type */ public function __construct(TestCase $testCase, $type) {} diff --git a/stubs/TestCase.phpstub b/stubs/TestCase.phpstub index 2e6e0cf..46edfc7 100644 --- a/stubs/TestCase.phpstub +++ b/stubs/TestCase.phpstub @@ -30,6 +30,7 @@ abstract class TestCase extends Assert implements Test, SelfDescribing * @return ObjectProphecy */ public function prophesize($classOrInterface): ObjectProphecy {} + /** * @param class-string<\Throwable> $exception * @return void