| @@ -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 RowInterface ? $row->toArray() : $row |