Skip to content

Commit 078d9d0

Browse files
authored
[PHPStan] Aligned baseline after PHPStan release (#418)
For more details see #418
1 parent e6bbd52 commit 078d9d0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

phpstan-baseline.neon

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9226,17 +9226,17 @@ parameters:
92269226
path: src/lib/FieldType/ISBN/Type.php
92279227

92289228
-
9229-
message: "#^Binary operation \"\\*\" between int\\<\\-3, 3\\> and string results in an error\\.$#"
9229+
message: "#^Binary operation \"\\*\" between int\\<\\-3, 3\\> and non\\-empty\\-string results in an error\\.$#"
92309230
count: 1
92319231
path: src/lib/FieldType/ISBN/Type.php
92329232

92339233
-
9234-
message: "#^Binary operation \"\\*\" between int\\<min, 3\\> and string results in an error\\.$#"
9234+
message: "#^Binary operation \"\\*\" between int\\<min, 3\\> and non\\-empty\\-string results in an error\\.$#"
92359235
count: 1
92369236
path: src/lib/FieldType/ISBN/Type.php
92379237

92389238
-
9239-
message: "#^Binary operation \"\\*\" between string and int\\<1, 10\\> results in an error\\.$#"
9239+
message: "#^Binary operation \"\\*\" between non\\-empty\\-string and int\\<1, 10\\> results in an error\\.$#"
92409240
count: 1
92419241
path: src/lib/FieldType/ISBN/Type.php
92429242

0 commit comments

Comments
 (0)