Test Failed
Branch feature/php8 (f799ec)
by Alexey
18:29 queued 07:57
created
src/ZipFile.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -96,7 +96,7 @@
 block discarded – undo
96 96
     public function openFile(string $filename, array $options = []): self
97 97
     {
98 98
         if (!file_exists($filename)) {
99
-            throw new ZipException("File {$filename} does not exist.");
99
+            throw new ZipException("file {$filename} does not exist.");
100 100
         }
101 101
 
102 102
         set_error_handler(
Please login to merge, or discard this patch.