@@ -46,6 +46,9 @@ |
||
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, |
@@ -35,7 +35,7 @@ |
||
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 | */ |