فهرست منبع

:shower: @noinspection PhpUnused

codemasher 5 سال پیش
والد
کامیت
6c293a0b49
4فایلهای تغییر یافته به همراه8 افزوده شده و 0 حذف شده
  1. 2 0
      src/Data/MaskPatternTester.php
  2. 2 0
      src/Output/QRImage.php
  3. 2 0
      src/QRCode.php
  4. 2 0
      src/QROptionsTrait.php

+ 2 - 0
src/Data/MaskPatternTester.php

@@ -8,6 +8,8 @@
  * @author       Smiley <smiley@chillerlan.net>
  * @copyright    2017 Smiley
  * @license      MIT
+ *
+ * @noinspection PhpUnused
  */
 
 namespace chillerlan\QRCode\Data;

+ 2 - 0
src/Output/QRImage.php

@@ -8,6 +8,8 @@
  * @author       Smiley <smiley@chillerlan.net>
  * @copyright    2015 Smiley
  * @license      MIT
+ *
+ * @noinspection PhpUnused
  */
 
 namespace chillerlan\QRCode\Output;

+ 2 - 0
src/QRCode.php

@@ -321,6 +321,8 @@ class QRCode{
 
 	/**
 	 * a dummy
+	 *
+	 * @noinspection PhpUnused
 	 */
 	protected function isByte(string $data):bool{
 		return !empty($data);

+ 2 - 0
src/QROptionsTrait.php

@@ -8,6 +8,8 @@
  * @author       smiley <smiley@chillerlan.net>
  * @copyright    2018 smiley
  * @license      MIT
+ *
+ * @noinspection PhpUnused
  */
 
 namespace chillerlan\QRCode;