More consistent formatting

This commit is contained in:
Fonata
2021-04-02 20:30:25 +02:00
committed by Fonata
parent 2a154869b4
commit fba67b84ff
6 changed files with 4 additions and 9 deletions

View File

@@ -40,7 +40,7 @@ class ParseTest extends TestCase {
$row = array_pop($this->csv->data);
$expected_data = array_fill(0, 500, $content);
$expected_data [] = '';
$expected_data[] = '';
$this->assertEquals($expected_data, $row);
}
@@ -273,8 +273,7 @@ class ParseTest extends TestCase {
/**
* @return array
*/
public function autoQuotesDataProvider(): array
{
public function autoQuotesDataProvider(): array {
return array(
array('auto-double-enclosure.csv', '"'),
array('auto-single-enclosure.csv', "'"),