8000
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.
1 parent 7dafdda commit dcc3fceCopy full SHA for dcc3fce
src/Symfony/Component/Filesystem/Filesystem.php
@@ -486,7 +486,7 @@ public function tempnam($dir, $prefix)
486
{
487
list($scheme, $hierarchy) = $this->getSchemeAndHierarchy($dir);
488
489
- // If no scheme or scheme is "file" or "gs" create temp file in local filesystem
+ // If no scheme or scheme is "file" or "gs" (Google Cloud) create temp file in local filesystem
490
if (null === $scheme || 'file' === $scheme || 'gs' === $scheme) {
491
$tmpFile = tempnam($hierarchy, $prefix);
492
0 commit comments