Skip to content

Commit 7dcbfc7

Browse files
committed
Fix CS
1 parent e87de78 commit 7dcbfc7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Parser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public function __construct(
2424
) {
2525
$this->delimiter = $delimiter[0];
2626
$this->enclosure = $enclosure[0];
27-
$this->escape = $escape[0];
27+
$this->escape = $escape[0];
2828
}
2929

3030
public function parseRow(): Promise

0 commit comments

Comments
 (0)