Skip to content

Commit

Permalink
Merge pull request #22 from MarijnKoesen/remove_chmod
Browse files Browse the repository at this point in the history
Remove chmod as it's giving warnings
  • Loading branch information
mcg-web authored Dec 29, 2017
2 parents 8eeb904 + 783d814 commit f6881be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Generator/AbstractTypeGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,6 @@ public function generateClass(array $config, $outputDirectory, $mode = false)
}
if (($mode & self::MODE_OVERRIDE) || !file_exists($path)) {
file_put_contents($path, $code);
chmod($path, 0664);
}
}
}
Expand Down

0 comments on commit f6881be

Please sign in to comment.