diff --git a/src/QRCode.php b/src/QRCode.php index 0267bfda2..3e2483775 100755 --- a/src/QRCode.php +++ b/src/QRCode.php @@ -197,6 +197,7 @@ class QRCode{ throw new QRCodeOutputException('custom output module does not implement QROutputInterface'); } + /** @phan-suppress-next-line PhanTypeExpectedObjectOrClassName */ return new $this->options->outputInterface($this->options, $this->getMatrix()); }