Skip to content

Commit

Permalink
Add codeCoverageIgnoreEnd
Browse files Browse the repository at this point in the history
  • Loading branch information
NaokiTsuchiya committed Sep 19, 2023
1 parent c9adc96 commit 42ca655
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/FilePutContents.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ public function __invoke(string $filename, string $content): void
@unlink((string) $tmpFile);

throw new FileNotWritable($filename);
// @codeCoverageIgnoreEnd
}
}

0 comments on commit 42ca655

Please sign in to comment.