@@ -79,7 +79,7 @@ |
||
| 79 | 79 | } |
| 80 | 80 | |
| 81 | 81 | /** |
| 82 | - * @return string[][] |
|
| 82 | + * @return \Generator |
|
| 83 | 83 | */ |
| 84 | 84 | public static function statementProvider() : iterable |
| 85 | 85 | { |
@@ -163,6 +163,7 @@ |
||
| 163 | 163 | |
| 164 | 164 | /** |
| 165 | 165 | * @param array<int, int> $expectedResults |
| 166 | + * @param integer|null $limit |
|
| 166 | 167 | */ |
| 167 | 168 | private function assertLimitResult(array $expectedResults, string $sql, ?int $limit, int $offset, bool $deterministic = true) : void |
| 168 | 169 | { |
@@ -340,6 +340,7 @@ |
||
| 340 | 340 | * Returns the ID of the last inserted row or skips the test if the currently used driver |
| 341 | 341 | * doesn't support this feature |
| 342 | 342 | * |
| 343 | + * @param string $name |
|
| 343 | 344 | * @return string|false |
| 344 | 345 | * |
| 345 | 346 | * @throws DriverException |
@@ -29,6 +29,7 @@ |
||
| 29 | 29 | |
| 30 | 30 | /** |
| 31 | 31 | * @param mixed ...$args |
| 32 | + * @param string $args |
|
| 32 | 33 | */ |
| 33 | 34 | private function createChain(string $method, ...$args) : LoggerChain |
| 34 | 35 | { |
@@ -38,7 +38,7 @@ |
||
| 38 | 38 | } |
| 39 | 39 | |
| 40 | 40 | /** |
| 41 | - * @return AbstractPlatform|MockObject |
|
| 41 | + * @return AbstractPlatform |
|
| 42 | 42 | */ |
| 43 | 43 | private function createPlatform(bool $unsafe) |
| 44 | 44 | { |
@@ -142,7 +142,7 @@ |
||
| 142 | 142 | } |
| 143 | 143 | |
| 144 | 144 | /** |
| 145 | - * @return Sequence|MockObject |
|
| 145 | + * @return Sequence |
|
| 146 | 146 | */ |
| 147 | 147 | private function createSequenceMock() |
| 148 | 148 | { |
@@ -19,7 +19,7 @@ |
||
| 19 | 19 | } |
| 20 | 20 | |
| 21 | 21 | /** |
| 22 | - * @return string[][] |
|
| 22 | + * @return \Generator |
|
| 23 | 23 | */ |
| 24 | 24 | public function defaultTypesProvider() : iterable |
| 25 | 25 | { |