Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm authored and ondrejmirtes committed Jun 25, 2024
1 parent 951bacd commit 1cdc8a0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class ComponentModelArrayAccessDynamicReturnTypeExtensionTest extends TypeInfere
*/
public function dataFileAsserts(): iterable
{
yield from $this->gatherAssertTypes(__DIR__ . '/data/componentModelArrayAccess.php');
yield from self::gatherAssertTypes(__DIR__ . '/data/componentModelArrayAccess.php');
}

/**
Expand Down
2 changes: 1 addition & 1 deletion tests/Type/Nette/MultiplierTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class MultiplierTest extends TypeInferenceTestCase
/** @return iterable<mixed> */
public function dataFileAsserts(): iterable
{
yield from $this->gatherAssertTypes(__DIR__ . '/data/multiplier.php');
yield from self::gatherAssertTypes(__DIR__ . '/data/multiplier.php');
}

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class StringsMatchDynamicReturnTypeExtensionTest extends TypeInferenceTestCase
*/
public function dataFileAsserts(): iterable
{
yield from $this->gatherAssertTypes(__DIR__ . '/data/strings-match.php');
yield from self::gatherAssertTypes(__DIR__ . '/data/strings-match.php');
}

/**
Expand Down

0 comments on commit 1cdc8a0

Please sign in to comment.