瀏覽代碼

:wrench: phan happy

smiley 2 年之前
父節點
當前提交
c8c37a4e36
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. 4 1
      tests/QRCodeReaderTestAbstract.php

+ 4 - 1
tests/QRCodeReaderTestAbstract.php

@@ -122,7 +122,10 @@ abstract class QRCodeReaderTestAbstract extends TestCase{
 		$str       = str_repeat(self::loremipsum, 5);
 		$eccLevels = array_map(fn(int $ecc):EccLevel => new EccLevel($ecc), [EccLevel::L, EccLevel::M, EccLevel::Q, EccLevel::H]);
 
-		/** @noinspection PhpUndefinedConstantInspection - see phpunit.xml.dist */
+		/**
+		 * @noinspection PhpUndefinedConstantInspection - see phpunit.xml.dist
+		 * @phan-suppress-next-next-line PhanUndeclaredConstant
+		 */
 		for($v = 1; $v <= READER_TEST_MAX_VERSION; $v++){
 			$version = new Version($v);