Skip to content

Commit f7fcb4b

Browse files
committed
Correct Spacing
1 parent 1d73598 commit f7fcb4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PhpSpreadsheet/Worksheet/Drawing.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ public function setPath(string $path, bool $verifyFile = true, ?ZipArchive $zip
112112
$ctx = null;
113113
// https://github.com/php/php-src/issues/16023
114114
if (str_starts_with($path, 'https:')) {
115-
$ctx = stream_context_create(['ssl' => ['crypto_method'=>STREAM_CRYPTO_METHOD_TLSv1_3_CLIENT]]);
115+
$ctx = stream_context_create(['ssl' => ['crypto_method' => STREAM_CRYPTO_METHOD_TLSv1_3_CLIENT]]);
116116
}
117117
$imageContents = @file_get_contents($path, false, $ctx);
118118
if ($imageContents !== false) {

0 commit comments

Comments
 (0)