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.
1 parent 7f54ac8 commit 760f8acCopy full SHA for 760f8ac
src/Command.php
@@ -112,7 +112,7 @@ public static function findMagickBinaryPath(?string $magickBinaryPath): string
112
}
113
114
if (!$magickBinaryPath) {
115
- throw new MagickBinaryNotFoundException($magickBinaryPath);
+ throw new MagickBinaryNotFoundException((string) $magickBinaryPath);
116
117
118
// Add a proper directory separator at the end if path is not empty.
0 commit comments