Skip to content

Commit

Permalink
fix: cs-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianKoehnen committed Nov 3, 2022
1 parent 840a1b2 commit 60c30da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/File.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ protected function openStream(string $filePath, string $mode): void
if (
!in_array($mode, [
self::MODE_WRITE,
self::MODE_WRITE_PLUS
self::MODE_WRITE_PLUS,
]) && !file_exists($filePath)
) {
throw new \RuntimeException("File '$filePath' does not exist.");
Expand Down

0 comments on commit 60c30da

Please sign in to comment.