Skip to content

Commit f653417

Browse files
alies-devgithub-actions[bot]
authored andcommitted
Fix coding style
1 parent 4e05e89 commit f653417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Services/MaxMindDatabase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ protected function downloadFileByUrl(string $filename, string $url): void
182182
} elseif (extension_loaded('curl')) {
183183
$fp = fopen($filename, 'wb+');
184184
if ($fp === false) {
185-
throw new \RuntimeException("Cannot open $filename file for writing.");
185+
throw new \RuntimeException("Cannot open {$filename} file for writing.");
186186
}
187187
$ch = curl_init();
188188
curl_setopt($ch, \CURLOPT_URL, $url);

0 commit comments

Comments
 (0)