Skip to content

Commit e688273

Browse files
committed
fix
1 parent efbc942 commit e688273

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

phpstan-baseline.neon

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,18 @@ parameters:
192192
count: 1
193193
path: tests/Unit/Util/ValueObjectTraitTest.php
194194

195+
-
196+
message: '#^Parameter \$regex of static method class@anonymous/tests/Unit/Util/ValueObjectTraitTest\.php\:1133\:\:nullOrString\(\) expects non\-empty\-string\|null, '''' given\.$#'
197+
identifier: argument.type
198+
count: 1
199+
path: tests/Unit/Util/ValueObjectTraitTest.php
200+
201+
-
202+
message: '#^Parameter \$regex of static method class@anonymous/tests/Unit/Util/ValueObjectTraitTest\.php\:1243\:\:string\(\) expects non\-empty\-string\|null, '''' given\.$#'
203+
identifier: argument.type
204+
count: 1
205+
path: tests/Unit/Util/ValueObjectTraitTest.php
206+
195207
-
196208
message: '#^Unable to resolve the template type T in call to method static method class@anonymous/tests/Unit/Util/ValueObjectTraitTest\.php\:332\:\:enum\(\)$#'
197209
identifier: argument.templateType

0 commit comments

Comments
 (0)