Skip to content

Commit 34b9e9a

Browse files
committed
Remove unnecessary call to chmod
1 parent 78465fd commit 34b9e9a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/atlas.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ function extractUriWithCertificate(string $env): ?array
2626
}
2727

2828
file_put_contents($certPath, $certContents);
29-
chmod($certPath, 0600);
3029

3130
return [
3231
'uri' => $uri . '&tlsCertificateKeyFile=' . $certPath,

0 commit comments

Comments
 (0)