We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d097568 commit 77e425fCopy full SHA for 77e425f
src/PhpProject/Writer/GanttProject.php
@@ -304,7 +304,7 @@ public function save ($pFilename)
304
305
// Writing XML Object in file
306
// Open file
307
- if(!is_writable($pFilename)){
+ if (!is_writable($pFilename)) {
308
throw new \Exception("Could not open file $pFilename for writing.");
309
}
310
$fileHandle = fopen($pFilename, 'wb+');
0 commit comments