Skip to content

Commit f6881be

Browse files
authored
Merge pull request #22 from MarijnKoesen/remove_chmod
Remove chmod as it's giving warnings
2 parents 8eeb904 + 783d814 commit f6881be

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Generator/AbstractTypeGenerator.php

-1
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,6 @@ public function generateClass(array $config, $outputDirectory, $mode = false)
365365
}
366366
if (($mode & self::MODE_OVERRIDE) || !file_exists($path)) {
367367
file_put_contents($path, $code);
368-
chmod($path, 0664);
369368
}
370369
}
371370
}

0 commit comments

Comments
 (0)