Skip to content

Commit 2979ebf

Browse files
committed
docs: update PHPDoc comments
1 parent bb4180a commit 2979ebf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/ProgramScraperTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
use PHPUnit\Framework\TestCase;
1111

1212
/**
13-
* @psalm-import-type ScrapedStadiumRaces from ScraperInterface
13+
* @psalm-import-type ScrapedRaces from ScraperInterface
1414
*
1515
* @author shimomo
1616
*/
@@ -41,7 +41,7 @@ public function testScrape(): void
4141
/**
4242
* @psalm-param int $keyIndex
4343
* @psalm-param int $boatKeyIndex
44-
* @psalm-return ScrapedStadiumRaces
44+
* @psalm-return ScrapedRaces
4545
*
4646
* @param int $keyIndex
4747
* @param int $boatKeyIndex

0 commit comments

Comments
 (0)