From 51cb15c0d60cdfdb3101b0b1bddbb0aae07b33b3 Mon Sep 17 00:00:00 2001 From: codemasher Date: Thu, 18 Nov 2021 12:59:32 +0100 Subject: [PATCH] :octocat: phan happy --- src/QRCode.php | 1 + 1 file changed, 1 insertion(+) 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()); }