Explorar el Código

:octocat: phan happy

codemasher hace 4 años
padre
commit
51cb15c0d6
Se han modificado 1 ficheros con 1 adiciones y 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());
 	}