Skip to content

Commit 91edc2f

Browse files
committed
add back baseline
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
1 parent be4e685 commit 91edc2f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

phpstan-baseline.neon

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
parameters:
22
ignoreErrors:
3+
-
4+
message: "#^Ternary operator condition is always true\\.$#"
5+
count: 2
6+
path: src/Phinx/Db/Adapter/SqlServerAdapter.php
7+
38
-
49
message: "#^Expression on left side of \\?\\? is not nullable\\.$#"
510
count: 1

0 commit comments

Comments
 (0)