@@ -42,6 +42,9 @@ |
||
42 | 42 | */ |
43 | 43 | private $outputWriter; |
44 | 44 | |
45 | + /** |
|
46 | + * @param OutputWriter $outputWriter |
|
47 | + */ |
|
45 | 48 | public function __construct(string $columnName, string $tableName, ?OutputWriter $outputWriter) |
46 | 49 | { |
47 | 50 | $this->columnName = $columnName; |
@@ -234,7 +234,7 @@ |
||
234 | 234 | * properly, so I had to violate LoD here (so please, let's find a way to solve it on v2). |
235 | 235 | */ |
236 | 236 | return $this->configuration->getQueryWriter() |
237 | - ->write($path, $direction, $sqlQueries); |
|
237 | + ->write($path, $direction, $sqlQueries); |
|
238 | 238 | } |
239 | 239 | |
240 | 240 | /** |
@@ -100,7 +100,7 @@ |
||
100 | 100 | * properly, so I had to violate LoD here (so please, let's find a way to solve it on v2). |
101 | 101 | */ |
102 | 102 | return $this->configuration->getQueryWriter() |
103 | - ->write($path, $direction, $sql); |
|
103 | + ->write($path, $direction, $sql); |
|
104 | 104 | } |
105 | 105 | |
106 | 106 | /** |