mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-25 09:17:56 +00:00
:octocat: phan happy
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user