Completed
Pull Request — master (#3610)
by Sergei
03:53
created
tests/Doctrine/Tests/DBAL/Driver/StatementIteratorTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -79,7 +79,7 @@
 block discarded – undo
79 79
     }
80 80
 
81 81
     /**
82
-     * @return string[][]
82
+     * @return \Generator
83 83
      */
84 84
     public static function statementProvider() : iterable
85 85
     {
Please login to merge, or discard this patch.
tests/Doctrine/Tests/DBAL/Functional/ModifyLimitQueryTest.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -163,6 +163,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
tests/Doctrine/Tests/DBAL/Functional/WriteTest.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -340,6 +340,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
tests/Doctrine/Tests/DBAL/Logging/LoggerChainTest.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -29,6 +29,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
tests/Doctrine/Tests/DBAL/Schema/SchemaDiffTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
     }
39 39
 
40 40
     /**
41
-     * @return AbstractPlatform|MockObject
41
+     * @return AbstractPlatform
42 42
      */
43 43
     private function createPlatform(bool $unsafe)
44 44
     {
Please login to merge, or discard this patch.
tests/Doctrine/Tests/DBAL/Schema/Visitor/CreateSchemaSqlCollectorTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -142,7 +142,7 @@
 block discarded – undo
142 142
     }
143 143
 
144 144
     /**
145
-     * @return Sequence|MockObject
145
+     * @return Sequence
146 146
      */
147 147
     private function createSequenceMock()
148 148
     {
Please login to merge, or discard this patch.
tests/Doctrine/Tests/DBAL/Types/TypeTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
     }
20 20
 
21 21
     /**
22
-     * @return string[][]
22
+     * @return \Generator
23 23
      */
24 24
     public function defaultTypesProvider() : iterable
25 25
     {
Please login to merge, or discard this patch.