Skip to content

Commit ec65809

Browse files
committed
Fix Passing null to parameter #1 () of type string is deprecated
1 parent e5863c9 commit ec65809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ChecksumException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ final class ChecksumException extends ReaderException
2727
{
2828
private static ?\Zxing\ChecksumException $instance = null;
2929

30-
public static function getChecksumInstance($cause = null): self
30+
public static function getChecksumInstance($cause = ""): self
3131
{
3232
if (self::$isStackTrace) {
3333
return new ChecksumException($cause);

0 commit comments

Comments
 (0)