ソースを参照

Update phpstan's baseline file

ADmad 6 年 前
コミット
1c565ba1c6
1 ファイル変更5 行追加0 行削除
  1. 5 0
      phpstan-baseline.neon

+ 5 - 0
phpstan-baseline.neon

@@ -396,6 +396,11 @@ parameters:
 			path: src/I18n/Number.php
 
 		-
+			message: "#^Offset 1 does not exist on array\\(\\)\\|array\\(0 \\=\\> 'context'\\|'ids'\\|'translated', \\?1 \\=\\> 'plural'\\|'singular'\\|int\\)\\.$#"
+			count: 1
+			path: src/I18n/Parser/PoFileParser.php
+
+		-
 			message: "#^Unsafe usage of new static\\(\\)\\.$#"
 			count: 1
 			path: src/Mailer/Email.php