From 42ca65569f43d7f21281c37a9e879831cc3c16fa Mon Sep 17 00:00:00 2001 From: tsuchiya Date: Tue, 19 Sep 2023 13:46:16 +0900 Subject: [PATCH] Add codeCoverageIgnoreEnd --- src/FilePutContents.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/FilePutContents.php b/src/FilePutContents.php index 57c7f7f..b0b018a 100644 --- a/src/FilePutContents.php +++ b/src/FilePutContents.php @@ -30,5 +30,6 @@ public function __invoke(string $filename, string $content): void @unlink((string) $tmpFile); throw new FileNotWritable($filename); + // @codeCoverageIgnoreEnd } }