Explorar o código

:octocat: phan happy

codemasher %!s(int64=4) %!d(string=hai) anos
pai
achega
51cb15c0d6
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/QRCode.php

+ 1 - 0
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());
 	}