Skip to content

Commit

Permalink
Improve phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
greg0ire committed May 30, 2020
1 parent ddadd03 commit c2bf250
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/Functional/Platform/DateExpressionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function testDifference(string $date1, string $date2, int $expected) : vo
}

/**
* @return string[][]|int[][]
* @return array<string, array<int, int|string|false>>
*/
public static function differenceProvider() : iterable
{
Expand Down
2 changes: 1 addition & 1 deletion tests/Functional/ResultCacheTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ public function testFetchColumn() : void
}

/**
* @param array<int, array<int, int|string>>|list<int> $expectedResult
* @param array<int, array<int|string, int|string>>|list<int> $expectedResult
*/
private function assertCacheNonCacheSelectSameFetchModeAreEqual(array $expectedResult, callable $fetchMode) : void
{
Expand Down

0 comments on commit c2bf250

Please sign in to comment.