Skip to content

Commit 7bf6939

Browse files
minor fix on the return type of validator
1 parent 5398bfc commit 7bf6939

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

References.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ public function interlace(string $interlaceType): string
226226
/**
227227
* Checks that threshold value is valid according to ImageMagick command line reference.
228228
*/
229-
public function threshold(string $threshold): float
229+
public function threshold(string $threshold): string
230230
{
231231
$threshold = \trim($threshold);
232232

0 commit comments

Comments
 (0)