فهرست منبع

:octocat: phan happy

codemasher 4 سال پیش
والد
کامیت
51cb15c0d6
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  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');
 			throw new QRCodeOutputException('custom output module does not implement QROutputInterface');
 		}
 		}
 
 
+		/** @phan-suppress-next-line PhanTypeExpectedObjectOrClassName */
 		return new $this->options->outputInterface($this->options, $this->getMatrix());
 		return new $this->options->outputInterface($this->options, $this->getMatrix());
 	}
 	}