We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb4180a commit 2979ebfCopy full SHA for 2979ebf
tests/ProgramScraperTest.php
@@ -10,7 +10,7 @@
10
use PHPUnit\Framework\TestCase;
11
12
/**
13
- * @psalm-import-type ScrapedStadiumRaces from ScraperInterface
+ * @psalm-import-type ScrapedRaces from ScraperInterface
14
*
15
* @author shimomo
16
*/
@@ -41,7 +41,7 @@ public function testScrape(): void
41
42
* @psalm-param int $keyIndex
43
* @psalm-param int $boatKeyIndex
44
- * @psalm-return ScrapedStadiumRaces
+ * @psalm-return ScrapedRaces
45
46
* @param int $keyIndex
47
* @param int $boatKeyIndex
0 commit comments