Skip to content

Commit f7d490a

Browse files
krissssgithub-actions[bot]
authored andcommitted
Fix styling
1 parent f3668ac commit f7d490a

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/Writer/Interfaces/TypedExpressionSupportInterface.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@
44

55
interface TypedExpressionSupportInterface
66
{
7-
87
}

tests/Feature/DeleteBeforeWriteTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ protected static function customConfig(): array
2727

2828
try {
2929
DontDeleteDataExport::csv([['a']])->saveAs($filename);
30+
3031
throw new \InvalidArgumentException();
3132
} catch (FileAlreadyExistException $e) {
3233
expect(true)->toBeTrue();
@@ -50,6 +51,7 @@ protected static function customConfig(): array
5051

5152
try {
5253
DataExporter::csv([['a']])->saveAs($filename);
54+
5355
throw new \InvalidArgumentException();
5456
} catch (FileAlreadyExistException $e) {
5557
expect(true)->toBeTrue();

tests/Feature/ExtensionSpoutTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@ public function buildCell($colIndex, int $rowIndex, Cell $cell, array $context =
244244
if ($colIndex == 0 && $rowIndex == 1) {
245245
return Cell::fromValue('new value');
246246
}
247+
247248
return $cell;
248249
}
249250
},

0 commit comments

Comments
 (0)