Skip to content
Snippets Groups Projects
Commit 6473a56c authored by David Prévot's avatar David Prévot
Browse files

New upstream version 2.2.3

parents 9ce9a82c 4d154742
No related branches found
No related tags found
No related merge requests found
......@@ -60,6 +60,7 @@ abstract class AbstractBaseFactory
'className' => $className,
'factory' => get_class($this),
'proxyManagerVersion' => Version::getVersion(),
'proxyOptions' => $proxyOptions,
];
$proxyClassName = $this
->configuration
......
......@@ -77,6 +77,7 @@ class FileWriterGeneratorStrategy implements GeneratorStrategyInterface
$tmpFileName = tempnam($location, 'temporaryProxyManagerFile');
file_put_contents($tmpFileName, $source);
chmod($tmpFileName, 0666 & ~umask());
if (! rename($tmpFileName, $location)) {
unlink($tmpFileName);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment