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 5398bfc commit 7bf6939Copy full SHA for 7bf6939
References.php
@@ -226,7 +226,7 @@ public function interlace(string $interlaceType): string
226
/**
227
* Checks that threshold value is valid according to ImageMagick command line reference.
228
*/
229
- public function threshold(string $threshold): float
+ public function threshold(string $threshold): string
230
{
231
$threshold = \trim($threshold);
232
0 commit comments