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.
2 parents 931f121 + 4177edb commit e2fc804Copy full SHA for e2fc804
src/Generator/TypeGenerator.php
@@ -90,7 +90,7 @@ public function generateClass(array $config, ?string $outputDirectory, int $mode
90
91
if ($mode & self::MODE_WRITE) {
92
if (($mode & self::MODE_OVERRIDE) || !file_exists($path)) {
93
- $phpFile->save($path);
+ $phpFile->save($path, $this->getCacheDirMask());
94
}
95
96
0 commit comments