Skip to content

Commit c639dd2

Browse files
committed
revert
Signed-off-by: Matthew Peveler <[email protected]>
1 parent 2140ead commit c639dd2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

phpstan-baseline.neon

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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-
83
-
94
message: "#^Expression on left side of \\?\\? is not nullable\\.$#"
105
count: 1
116
path: src/Phinx/Db/Adapter/MysqlAdapter.php
127

8+
-
9+
message: "#^Ternary operator condition is always true\\.$#"
10+
count: 2
11+
path: src/Phinx/Db/Adapter/SqlServerAdapter.php
12+

0 commit comments

Comments
 (0)