Skip to content

Commit c0132ad

Browse files
committed
Fix build
1 parent 3e68a5d commit c0132ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/Type/Nette/ComponentModelDynamicReturnTypeExtensionTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class ComponentModelDynamicReturnTypeExtensionTest extends TypeInferenceTestCase
1212
*/
1313
public function dataFileAsserts(): iterable
1414
{
15-
yield from $this->gatherAssertTypes(__DIR__ . '/data/componentModel.php');
15+
yield from self::gatherAssertTypes(__DIR__ . '/data/componentModel.php');
1616
}
1717

1818
/**

0 commit comments

Comments
 (0)