forked from doctrine/doctrine1
-
Notifications
You must be signed in to change notification settings - Fork 1
/
phpstan-baseline.neon
136 lines (110 loc) · 3.71 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
parameters:
ignoreErrors:
-
message: "#^Call to sprintf contains 1 placeholder, 2 values given\\.$#"
count: 1
path: lib/Doctrine/Cli/Formatter.php
-
message: "#^Undefined variable\\: \\$match$#"
count: 2
path: lib/Doctrine/Connection/Pgsql.php
-
message: "#^Undefined variable\\: \\$db$#"
count: 1
path: lib/Doctrine/Export/Sqlite.php
-
message: "#^Instantiated class Doctrine_Expression_Pgsql_Exception not found\\.$#"
count: 1
path: lib/Doctrine/Expression/Pgsql.php
-
message: "#^Undefined variable\\: \\$db$#"
count: 1
path: lib/Doctrine/Import/Sqlite.php
-
message: "#^Array has 2 duplicate keys with value 150 \\(\\\\Doctrine_Core\\:\\:ATTR_CACHE, \\\\Doctrine_Core\\:\\:ATTR_RESULT_CACHE\\)\\.$#"
count: 1
path: lib/Doctrine/Manager.php
-
message: "#^Undefined variable\\: \\$autoincrementColumn$#"
count: 1
path: lib/Doctrine/Migration/Base.php
-
message: "#^Undefined variable\\: \\$autoincrementLength$#"
count: 1
path: lib/Doctrine/Migration/Base.php
-
message: "#^Undefined variable\\: \\$autoincrementOptions$#"
count: 1
path: lib/Doctrine/Migration/Base.php
-
message: "#^Undefined variable\\: \\$autoincrementType$#"
count: 1
path: lib/Doctrine/Migration/Base.php
-
message: "#^Undefined variable\\: \\$children$#"
count: 1
path: lib/Doctrine/Parser/Xml.php
-
message: "#^Call to an undefined method Doctrine_Query_Abstract\\<T of Doctrine_Record\\>\\:\\:isSubquery\\(\\)\\.$#"
count: 1
path: lib/Doctrine/Query/Abstract.php
-
message: "#^Call to an undefined method Doctrine_Query_Abstract\\<T of Doctrine_Record\\>\\:\\:copy\\(\\)\\.$#"
count: 1
path: lib/Doctrine/Query/Abstract.php
-
message: "#^Call to an undefined method Doctrine_Query_Condition\\:\\:load\\(\\)\\.$#"
count: 1
path: lib/Doctrine/Query/Condition.php
-
message: "#^Call to an undefined method Doctrine_Query_Set\\:\\:parseLiteralValue\\(\\)\\.$#"
count: 1
path: lib/Doctrine/Query/Set.php
-
message: "#^Cannot use \\[\\] for reading\\.$#"
count: 1
path: lib/Doctrine/Search/Indexer.php
-
message: "#^Call to an undefined method Doctrine_Search_Indexer_Dir\\:\\:indexFile\\(\\)\\.$#"
count: 1
path: lib/Doctrine/Search/Indexer/Dir.php
-
message: "#^Undefined variable\\: \\$onDemand$#"
count: 1
path: lib/Doctrine/Sequence/Derby.php
-
message: "#^Undefined variable\\: \\$onDemand$#"
count: 1
path: lib/Doctrine/Sequence/Splice.php
-
message: "#^Access to an undefined property Doctrine_Task_BuildAll\\:\\:\\$createDb\\.$#"
count: 3
path: lib/Doctrine/Task/BuildAll.php
-
message: "#^Access to an undefined property Doctrine_Task_BuildAllLoad\\:\\:\\$buildAll\\.$#"
count: 3
path: lib/Doctrine/Task/BuildAllLoad.php
-
message: "#^Access to an undefined property Doctrine_Task_BuildAllLoad\\:\\:\\$loadData\\.$#"
count: 3
path: lib/Doctrine/Task/BuildAllLoad.php
-
message: "#^Access to an undefined property Doctrine_Task_BuildAllReload\\:\\:\\$rebuildDb\\.$#"
count: 3
path: lib/Doctrine/Task/BuildAllReload.php
-
message: "#^Access to an undefined property Doctrine_Task_BuildAllReload\\:\\:\\$loadData\\.$#"
count: 3
path: lib/Doctrine/Task/BuildAllReload.php
-
message: "#^Access to an undefined property Doctrine_Task_RebuildDb\\:\\:\\$dropDb\\.$#"
count: 3
path: lib/Doctrine/Task/RebuildDb.php
-
message: "#^Access to an undefined property Doctrine_Task_RebuildDb\\:\\:\\$createDb\\.$#"
count: 3
path: lib/Doctrine/Task/RebuildDb.php
-
message: "#^Access to an undefined property Doctrine_Task_RebuildDb\\:\\:\\$createTables\\.$#"
count: 3
path: lib/Doctrine/Task/RebuildDb.php