From c2bf25036096a878a38e36361aaecc8a7cbb2c8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Sun, 24 May 2020 23:58:07 +0200 Subject: [PATCH] Improve phpdoc --- tests/Functional/Platform/DateExpressionTest.php | 2 +- tests/Functional/ResultCacheTest.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Functional/Platform/DateExpressionTest.php b/tests/Functional/Platform/DateExpressionTest.php index 7a6f37a0870..220d8179839 100644 --- a/tests/Functional/Platform/DateExpressionTest.php +++ b/tests/Functional/Platform/DateExpressionTest.php @@ -34,7 +34,7 @@ public function testDifference(string $date1, string $date2, int $expected) : vo } /** - * @return string[][]|int[][] + * @return array> */ public static function differenceProvider() : iterable { diff --git a/tests/Functional/ResultCacheTest.php b/tests/Functional/ResultCacheTest.php index c904026d47b..2aa61f164c6 100644 --- a/tests/Functional/ResultCacheTest.php +++ b/tests/Functional/ResultCacheTest.php @@ -195,7 +195,7 @@ public function testFetchColumn() : void } /** - * @param array>|list $expectedResult + * @param array>|list $expectedResult */ private function assertCacheNonCacheSelectSameFetchModeAreEqual(array $expectedResult, callable $fetchMode) : void {