Completed
Push — master ( 5c5d2c...78e559 )
by Oleg
01:33
created
src/Writer/Dbal/Write.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -46,6 +46,9 @@
 block discarded – undo
46 46
      */
47 47
     private $autoIncrementColumn;
48 48
 
49
+    /**
50
+     * @param \SlayerBirden\DataFlow\Test\Functional\anonymous//tests/functional/DbalPipeMultilevelTest.php$0 $callback
51
+     */
49 52
     public function __construct(
50 53
         string $identifier,
51 54
         Connection $connection,
Please login to merge, or discard this patch.
src/Provider/Csv.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
      * @param string $id
36 36
      * @param \SplFileObject $file
37 37
      * @param bool $headerRow
38
-     * @param string[]|null $header
38
+     * @param string[] $header
39 39
      * @throws FileDoesNotExist
40 40
      * @throws HeaderMissing
41 41
      */
Please login to merge, or discard this patch.