Added more stricter types for mocks

This commit is contained in:
Alejandro Celaya
2022-10-24 19:59:03 +02:00
parent 51f243995a
commit 1650499a38
18 changed files with 35 additions and 34 deletions

View File

@@ -23,6 +23,7 @@ class BackwardsCompatibleProblemDetailsHandlerTest extends TestCase
}
/**
* @param class-string<Throwable> $expectedException
* @test
* @dataProvider provideExceptions
*/