Completed
Pull Request — master (#2)
by lee
01:45
created
src/Generics/Streams/FileOutputStream.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@
 block discarded – undo
73 73
         
74 74
         if (file_exists($file)) {
75 75
             if (! $append) {
76
-                throw new FileExistsException("File $file already exists!");
76
+                throw new FileExistsException("file $file already exists!");
77 77
             }
78 78
             
79 79
             if (! is_writable($file)) {
Please login to merge, or discard this patch.