Skip to content

Commit e2fc804

Browse files
author
Jeremiah VALERIE
committed
Merge branch '0.15'
2 parents 931f121 + 4177edb commit e2fc804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Generator/TypeGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public function generateClass(array $config, ?string $outputDirectory, int $mode
9090

9191
if ($mode & self::MODE_WRITE) {
9292
if (($mode & self::MODE_OVERRIDE) || !file_exists($path)) {
93-
$phpFile->save($path);
93+
$phpFile->save($path, $this->getCacheDirMask());
9494
}
9595
}
9696
}

0 commit comments

Comments
 (0)