Skip to content

Commit 98b3cb9

Browse files
committed
Ran php-cs-fixer
1 parent ac41212 commit 98b3cb9

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

src/CSV/FingersCrossed/Loader.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ public function load(): \Generator
3434
);
3535
} catch (WriterNotOpenedException|IOException $exception) {
3636
$this->logger->error('Impossible to load data to the given CSV file.', ['line' => $line, 'message' => $exception->getMessage(), 'previous' => $exception->getPrevious()]);
37+
3738
return;
3839
}
3940

src/CSV/Safe/Loader.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ public function load(): \Generator
3535
);
3636
} catch (WriterNotOpenedException|IOException $exception) {
3737
$this->logger->error('Impossible to load data to the given CSV file.', ['line' => $line, 'message' => $exception->getMessage(), 'previous' => $exception->getPrevious()]);
38+
3839
return;
3940
}
4041

src/Sheet/FingersCrossed/Loader.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ public function load(): \Generator
3838
);
3939
} catch (WriterNotOpenedException|IOException $exception) {
4040
$this->logger->error('Impossible to load data to the given CSV file.', ['line' => $line, 'message' => $exception->getMessage(), 'previous' => $exception->getPrevious()]);
41+
4142
return;
4243
}
4344

src/Sheet/Safe/Loader.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ public function load(): \Generator
3838
);
3939
} catch (WriterNotOpenedException|IOException $exception) {
4040
$this->logger->error('Impossible to load data to the given CSV file.', ['line' => $line, 'message' => $exception->getMessage(), 'previous' => $exception->getPrevious()]);
41+
4142
return;
4243
}
4344

0 commit comments

Comments
 (0)