forked from cakephp/phinx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
phpstan-baseline.neon
37 lines (30 loc) · 1.08 KB
/
phpstan-baseline.neon
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
parameters:
ignoreErrors:
-
message: "#^Variable \\$tval on left side of \\?\\? always exists and is not nullable\\.$#"
count: 1
path: src/Phinx/Config/Config.php
-
message: "#^Expression on left side of \\?\\? is not nullable\\.$#"
count: 2
path: src/Phinx/Db/Adapter/MysqlAdapter.php
-
message: "#^Expression on left side of \\?\\? is not nullable\\.$#"
count: 1
path: src/Phinx/Db/Adapter/PostgresAdapter.php
-
message: "#^Expression on left side of \\?\\? is not nullable\\.$#"
count: 1
path: src/Phinx/Db/Adapter/SqlServerAdapter.php
-
message: "#^Ternary operator condition is always true\\.$#"
count: 2
path: src/Phinx/Db/Adapter/SqlServerAdapter.php
-
message: "#^Property Phinx\\\\Migration\\\\Manager\\\\Environment\\:\\:\\$adapter \\(Phinx\\\\Db\\\\Adapter\\\\AdapterInterface\\) in isset\\(\\) is not nullable\\.$#"
count: 1
path: src/Phinx/Migration/Manager/Environment.php
-
message: "#^Unreachable statement \\- code above always terminates\\.$#"
count: 1
path: src/Phinx/Migration/Manager/Environment.php