Skip to content

Commit 9474d0e

Browse files
aocneanuStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent 2f3b715 commit 9474d0e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/app/Services/Importers/Chunk.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ class Chunk
3333
private $importer;
3434

3535
public function __construct(DataImport $dataImport, Template $template, User $user, Obj $params,
36-
string $sheetName, Collection $chunk, int $index) {
36+
string $sheetName, Collection $chunk, int $index)
37+
{
3738
$this->dataImport = $dataImport;
3839
$this->template = $template;
3940
$this->user = $user;

0 commit comments

Comments
 (0)