Skip to content

Commit e5fe80d

Browse files
committed
[PHPStan_for_tests] Fix phpstan level max
1 parent a595880 commit e5fe80d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/ObjectGraphGeneratorTest.php

+4-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ class ObjectGraphGeneratorTest extends TestCase
1717
/**
1818
* @test
1919
* @dataProvider dataForTest
20-
*
21-
* @param string $class
20+
* @param class-string $class
2221
*/
2322
public function itShouldGenerateObjectOfGivenType(string $class): void
2423
{
@@ -42,6 +41,9 @@ public function itShouldUseTemporaryConfigBeforeRegistry(): void
4241
$this->assertTrue($actual->isBar());
4342
}
4443

44+
/**
45+
* @return array<string,array<class-string>>
46+
*/
4547
public function dataForTest(): array
4648
{
4749
return [

0 commit comments

Comments
 (0)