Skip to content

Commit 42f7763

Browse files
mcg-webVincz
andauthored
Update src/Generator/AbstractTypeGenerator.php
Let 0775 as default mask Co-Authored-By: Vincz <[email protected]>
1 parent cc9128f commit 42f7763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Generator/AbstractTypeGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ function (%s) <closureUseStatements>{
7171
* @param string $classNamespace The namespace to use for the classes.
7272
* @param string[]|string $skeletonDirs
7373
*/
74-
public function __construct($classNamespace = self::DEFAULT_CLASS_NAMESPACE, $skeletonDirs = [], $cacheDirMask = 0777)
74+
public function __construct($classNamespace = self::DEFAULT_CLASS_NAMESPACE, $skeletonDirs = [], $cacheDirMask = 0775)
7575
{
7676
parent::__construct($classNamespace, $skeletonDirs);
7777
$this->cacheDirMask = $cacheDirMask;

0 commit comments

Comments
 (0)