Skip to content

Commit

Permalink
Minor CS
Browse files Browse the repository at this point in the history
  • Loading branch information
stefandoorn committed Jul 25, 2018
1 parent 5ac9556 commit 880e5fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Importer/ResourceImporter.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public function import(string $fileName): ImporterResultInterface
$this->result->start();

foreach ($reader as $i => $row) {
if ($this->importData((int)$i, $row)) {
if ($this->importData((int) $i, $row)) {
break;
}
}
Expand Down

0 comments on commit 880e5fc

Please sign in to comment.