We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94552ad commit 6eb0003Copy full SHA for 6eb0003
src/Image.php
@@ -753,7 +753,7 @@ public function applyText(GdImage $sourceResource): GdImage
753
754
if (PathUtility::isUrl($this->fontPath)) {
755
$font = @file_get_contents($this->fontPath);
756
-
+
757
if ($font === false) {
758
throw new Exception('Failed to download font from: ' . $this->fontPath);
759
}
0 commit comments