mscherer 3 年 前
コミット
4beda0c2bd
1 ファイル変更1 行追加0 行削除
  1. 1 0
      phpstan.neon

+ 1 - 0
phpstan.neon

@@ -29,6 +29,7 @@ parameters:
 		-
 			message: '#Instanceof between mixed and .+ComparisonExpression will always evaluate to false\.#'
 			path: '%rootDir%/../../../src/Model/Behavior/BitmaskedBehavior.php'
+		- '#Parameter \#4 \$flags of function preg_match expects TFlags of 0\|256\|512\|768, int given.#'
 services:
 	-
 		class: Cake\PHPStan\AssociationTableMixinClassReflectionExtension