8000 improved comment · symfony/symfony@dcc3fce · GitHub
[go: up one dir, main page]

Skip to content

Commit dcc3fce

Browse files
committed
improved comment
1 parent 7dafdda commit dcc3fce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Filesystem/Filesystem.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ public function tempnam($dir, $prefix)
486486
{
487487
list($scheme, $hierarchy) = $this->getSchemeAndHierarchy($dir);
488488

489-
// If no scheme or scheme is "file" or "gs" create temp file in local filesystem
489+
// If no scheme or scheme is "file" or "gs" (Google Cloud) create temp file in local filesystem
490490
if (null === $scheme || 'file' === $scheme || 'gs' === $scheme) {
491491
$tmpFile = tempnam($hierarchy, $prefix);
492492

0 commit comments

Comments
 (0)
0