:octocat: phan happy

This commit is contained in:
codemasher
2021-11-18 12:59:32 +01:00
parent 5da9a2f576
commit 51cb15c0d6
+1
View File
@@ -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());
}