We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2140ead commit c639dd2Copy full SHA for c639dd2
phpstan-baseline.neon
@@ -1,12 +1,12 @@
1
parameters:
2
ignoreErrors:
3
- -
4
- message: "#^Ternary operator condition is always true\\.$#"
5
- count: 2
6
- path: src/Phinx/Db/Adapter/SqlServerAdapter.php
7
-
8
9
message: "#^Expression on left side of \\?\\? is not nullable\\.$#"
10
count: 1
11
path: src/Phinx/Db/Adapter/MysqlAdapter.php
12
+ -
+ message: "#^Ternary operator condition is always true\\.$#"
+ count: 2
+ path: src/Phinx/Db/Adapter/SqlServerAdapter.php
+
0 commit comments