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.
2 parents 5e7373f + 32c3bbe commit 0872c59Copy full SHA for 0872c59
src/Drivers/Gd/GdDriver.php
@@ -88,7 +88,7 @@ public function loadFile(string $path, bool $autoRotate = true): static
88
try {
89
$image = imagecreatefromstring($contents);
90
} catch (Throwable $throwable) {
91
- throw CouldNotLoadImage::make(`{$path} : {$throwable->getMessage()}`);
+ throw CouldNotLoadImage::make("{$path} : {$throwable->getMessage()}");
92
}
93
94
if (! $image) {
0 commit comments