@@ -73,7 +73,7 @@ |
||
| 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)) { |