| @@ -34,7 +34,7 @@ | ||
| 34 | 34 | /** | 
| 35 | 35 | * @inheritdoc | 
| 36 | 36 | */ | 
| 37 | - public function writeLine(RowInterface|array $row): bool | |
| 37 | + public function writeLine(RowInterface | array $row): bool | |
| 38 | 38 |      { | 
| 39 | 39 | return $this->fputcsv( | 
| 40 | 40 | $row instanceof Row ? $row->toArray() : $row | 
| @@ -16,5 +16,5 @@ | ||
| 16 | 16 | * @param RowInterface|array $row | 
| 17 | 17 | * @return bool | 
| 18 | 18 | */ | 
| 19 | - public function writeLine(RowInterface|array $row): bool; | |
| 19 | + public function writeLine(RowInterface | array $row): bool; | |
| 20 | 20 | } |