|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | | -<files psalm-version="4.30.0@d0bc6e25d89f649e4f36a534f330f8bb4643dd69"> |
3 | | - <file src="app/Config/Routes.php"> |
4 | | - <MissingFile occurrences="1"> |
5 | | - <code>require APPPATH . 'Config/' . ENVIRONMENT . '/Routes.php'</code> |
6 | | - </MissingFile> |
7 | | - </file> |
| 2 | +<files psalm-version="5.12.0@f90118cdeacd0088e7215e64c0c99ceca819e176"> |
8 | 3 | <file src="system/Cache/Handlers/MemcachedHandler.php"> |
9 | | - <UndefinedClass occurrences="3"> |
| 4 | + <UndefinedClass> |
10 | 5 | <code>Memcache</code> |
11 | 6 | <code>Memcache</code> |
12 | 7 | <code>Memcache</code> |
13 | 8 | </UndefinedClass> |
14 | | - <UndefinedDocblockClass occurrences="7"> |
15 | | - <code>$this->memcached</code> |
16 | | - <code>$this->memcached</code> |
17 | | - <code>$this->memcached</code> |
18 | | - <code>$this->memcached</code> |
19 | | - <code>$this->memcached</code> |
20 | | - <code>$this->memcached</code> |
| 9 | + <UndefinedDocblockClass> |
| 10 | + <code><![CDATA[$this->memcached]]></code> |
| 11 | + <code><![CDATA[$this->memcached]]></code> |
| 12 | + <code><![CDATA[$this->memcached]]></code> |
| 13 | + <code><![CDATA[$this->memcached]]></code> |
| 14 | + <code><![CDATA[$this->memcached]]></code> |
| 15 | + <code><![CDATA[$this->memcached]]></code> |
21 | 16 | <code>Memcache|Memcached</code> |
22 | 17 | </UndefinedDocblockClass> |
23 | 18 | </file> |
24 | | - <file src="system/Commands/Utilities/Routes/AutoRouterImproved/ControllerMethodReader.php"> |
25 | | - <DuplicateArrayKey occurrences="1"> |
26 | | - <code>$routeWithoutController</code> |
27 | | - </DuplicateArrayKey> |
28 | | - </file> |
29 | 19 | <file src="system/Commands/Utilities/Routes/ControllerMethodReader.php"> |
30 | | - <DuplicateArrayKey occurrences="2"> |
| 20 | + <DuplicateArrayKey> |
31 | 21 | <code>$routeWithoutController</code> |
32 | 22 | <code>$routeWithoutController</code> |
33 | 23 | </DuplicateArrayKey> |
34 | 24 | </file> |
35 | 25 | <file src="system/Database/BasePreparedQuery.php"> |
36 | | - <InaccessibleProperty occurrences="1"> |
37 | | - <code>$this->db->transStatus</code> |
| 26 | + <InaccessibleProperty> |
| 27 | + <code><![CDATA[$this->db->transStatus]]></code> |
38 | 28 | </InaccessibleProperty> |
39 | 29 | </file> |
40 | 30 | <file src="system/Database/OCI8/Connection.php"> |
41 | | - <UndefinedConstant occurrences="5"> |
| 31 | + <UndefinedConstant> |
42 | 32 | <code>OCI_COMMIT_ON_SUCCESS</code> |
43 | 33 | <code>OCI_COMMIT_ON_SUCCESS</code> |
44 | 34 | <code>OCI_COMMIT_ON_SUCCESS</code> |
45 | 35 | <code>OCI_NO_AUTO_COMMIT</code> |
46 | 36 | <code>SQLT_CHR</code> |
47 | 37 | </UndefinedConstant> |
48 | 38 | </file> |
49 | | - <file src="system/Database/SQLSRV/Connection.php"> |
50 | | - <UndefinedConstant occurrences="3"> |
51 | | - <code>SQLSRV_ENC_CHAR</code> |
52 | | - <code>SQLSRV_ERR_ERRORS</code> |
53 | | - <code>SQLSRV_ERR_ERRORS</code> |
54 | | - </UndefinedConstant> |
55 | | - </file> |
56 | | - <file src="system/Database/SQLSRV/Result.php"> |
57 | | - <UndefinedConstant occurrences="30"> |
58 | | - <code>SQLSRV_FETCH_ASSOC</code> |
59 | | - <code>SQLSRV_SQLTYPE_BIGINT</code> |
60 | | - <code>SQLSRV_SQLTYPE_BIT</code> |
61 | | - <code>SQLSRV_SQLTYPE_CHAR</code> |
62 | | - <code>SQLSRV_SQLTYPE_DATE</code> |
63 | | - <code>SQLSRV_SQLTYPE_DATETIME</code> |
64 | | - <code>SQLSRV_SQLTYPE_DATETIME2</code> |
65 | | - <code>SQLSRV_SQLTYPE_DATETIMEOFFSET</code> |
66 | | - <code>SQLSRV_SQLTYPE_DECIMAL</code> |
67 | | - <code>SQLSRV_SQLTYPE_FLOAT</code> |
68 | | - <code>SQLSRV_SQLTYPE_IMAGE</code> |
69 | | - <code>SQLSRV_SQLTYPE_INT</code> |
70 | | - <code>SQLSRV_SQLTYPE_MONEY</code> |
71 | | - <code>SQLSRV_SQLTYPE_NCHAR</code> |
72 | | - <code>SQLSRV_SQLTYPE_NTEXT</code> |
73 | | - <code>SQLSRV_SQLTYPE_NUMERIC</code> |
74 | | - <code>SQLSRV_SQLTYPE_NVARCHAR</code> |
75 | | - <code>SQLSRV_SQLTYPE_REAL</code> |
76 | | - <code>SQLSRV_SQLTYPE_SMALLDATETIME</code> |
77 | | - <code>SQLSRV_SQLTYPE_SMALLINT</code> |
78 | | - <code>SQLSRV_SQLTYPE_SMALLMONEY</code> |
79 | | - <code>SQLSRV_SQLTYPE_TEXT</code> |
80 | | - <code>SQLSRV_SQLTYPE_TIME</code> |
81 | | - <code>SQLSRV_SQLTYPE_TIMESTAMP</code> |
82 | | - <code>SQLSRV_SQLTYPE_TINYINT</code> |
83 | | - <code>SQLSRV_SQLTYPE_UDT</code> |
84 | | - <code>SQLSRV_SQLTYPE_UNIQUEIDENTIFIER</code> |
85 | | - <code>SQLSRV_SQLTYPE_VARBINARY</code> |
86 | | - <code>SQLSRV_SQLTYPE_VARCHAR</code> |
87 | | - <code>SQLSRV_SQLTYPE_XML</code> |
88 | | - </UndefinedConstant> |
89 | | - </file> |
90 | 39 | <file src="system/Debug/Toolbar/Views/toolbar.tpl.php"> |
91 | | - <InaccessibleMethod occurrences="1"> |
| 40 | + <InaccessibleMethod> |
92 | 41 | <code>renderTimeline</code> |
93 | 42 | </InaccessibleMethod> |
94 | | - <UndefinedGlobalVariable occurrences="1"> |
| 43 | + <UndefinedGlobalVariable> |
95 | 44 | <code>$config</code> |
96 | 45 | </UndefinedGlobalVariable> |
97 | 46 | </file> |
98 | 47 | <file src="system/Email/Email.php"> |
99 | | - <LoopInvalidation occurrences="1"> |
| 48 | + <LoopInvalidation> |
100 | 49 | <code>$timestamp</code> |
101 | 50 | </LoopInvalidation> |
102 | 51 | </file> |
103 | 52 | <file src="system/HTTP/Files/FileCollection.php"> |
104 | | - <EmptyArrayAccess occurrences="1"> |
| 53 | + <EmptyArrayAccess> |
105 | 54 | <code>$output[$name]</code> |
106 | 55 | </EmptyArrayAccess> |
107 | 56 | </file> |
108 | 57 | <file src="system/Helpers/text_helper.php"> |
109 | | - <LoopInvalidation occurrences="3"> |
| 58 | + <LoopInvalidation> |
110 | 59 | <code>$count</code> |
111 | 60 | <code>$count</code> |
112 | 61 | <code>$count</code> |
113 | 62 | </LoopInvalidation> |
114 | 63 | </file> |
115 | 64 | <file src="system/I18n/TimeTrait.php"> |
116 | | - <MissingImmutableAnnotation occurrences="3"> |
| 65 | + <MissingImmutableAnnotation> |
117 | 66 | <code>#[ReturnTypeWillChange]</code> |
118 | 67 | <code>#[ReturnTypeWillChange]</code> |
119 | 68 | <code>#[ReturnTypeWillChange]</code> |
120 | 69 | </MissingImmutableAnnotation> |
121 | 70 | </file> |
| 71 | + <file src="system/Test/ControllerResponse.php"> |
| 72 | + <UnsupportedPropertyReferenceUsage> |
| 73 | + <code><![CDATA[$this->dom = &$this->domParser]]></code> |
| 74 | + </UnsupportedPropertyReferenceUsage> |
| 75 | + </file> |
122 | 76 | <file src="tests/_support/Config/Filters.php"> |
123 | | - <UndefinedGlobalVariable occurrences="1"> |
| 77 | + <UndefinedGlobalVariable> |
124 | 78 | <code>$filters</code> |
125 | 79 | </UndefinedGlobalVariable> |
126 | 80 | </file> |
127 | 81 | <file src="tests/_support/Config/Routes.php"> |
128 | | - <UndefinedGlobalVariable occurrences="2"> |
| 82 | + <UndefinedGlobalVariable> |
129 | 83 | <code>$routes</code> |
130 | 84 | <code>$routes</code> |
131 | 85 | </UndefinedGlobalVariable> |
132 | 86 | </file> |
133 | | - <file src="tests/_support/View/Cells/addition.php"> |
134 | | - <UndefinedGlobalVariable occurrences="1"> |
135 | | - <code>$value</code> |
136 | | - </UndefinedGlobalVariable> |
137 | | - </file> |
138 | 87 | <file src="tests/_support/View/Cells/colors.php"> |
139 | | - <InvalidScope occurrences="1"> |
| 88 | + <InvalidScope> |
140 | 89 | <code>$this</code> |
141 | 90 | </InvalidScope> |
142 | 91 | </file> |
143 | | - <file src="tests/_support/View/Cells/greeting.php"> |
144 | | - <UndefinedGlobalVariable occurrences="2"> |
145 | | - <code>$greeting</code> |
146 | | - <code>$name</code> |
147 | | - </UndefinedGlobalVariable> |
148 | | - </file> |
149 | | - <file src="tests/_support/View/Cells/lister.php"> |
150 | | - <UndefinedGlobalVariable occurrences="1"> |
151 | | - <code>$items</code> |
152 | | - </UndefinedGlobalVariable> |
153 | | - </file> |
154 | | - <file src="tests/_support/View/Cells/multiplier.php"> |
155 | | - <UndefinedGlobalVariable occurrences="1"> |
156 | | - <code>$value</code> |
157 | | - </UndefinedGlobalVariable> |
158 | | - </file> |
159 | | - <file src="tests/_support/View/Cells/notice.php"> |
160 | | - <UndefinedGlobalVariable occurrences="1"> |
161 | | - <code>$message</code> |
162 | | - </UndefinedGlobalVariable> |
163 | | - </file> |
164 | 92 | <file src="tests/system/CLI/ConsoleTest.php"> |
165 | | - <DuplicateArrayKey occurrences="1"> |
| 93 | + <DuplicateArrayKey> |
166 | 94 | <code>$command</code> |
167 | 95 | </DuplicateArrayKey> |
168 | 96 | </file> |
169 | 97 | <file src="tests/system/CommonFunctionsTest.php"> |
170 | | - <UndefinedClass occurrences="2"> |
171 | | - <code>'JobModel'</code> |
| 98 | + <UndefinedClass> |
172 | 99 | <code>UnexsistenceClass</code> |
173 | 100 | </UndefinedClass> |
174 | 101 | </file> |
175 | | - <file src="tests/system/Config/BaseConfigTest.php"> |
176 | | - <UndefinedClass occurrences="1"> |
177 | | - <code>SimpleConfig</code> |
178 | | - </UndefinedClass> |
179 | | - </file> |
180 | 102 | <file src="tests/system/Config/FactoriesTest.php"> |
181 | | - <UndefinedClass occurrences="1"> |
182 | | - <code>'SomeWidget'</code> |
| 103 | + <UndefinedClass> |
| 104 | + <code><![CDATA['SomeWidget']]></code> |
183 | 105 | </UndefinedClass> |
184 | 106 | </file> |
185 | 107 | <file src="tests/system/Database/BaseConnectionTest.php"> |
186 | | - <InaccessibleProperty occurrences="2"> |
187 | | - <code>$db->username</code> |
188 | | - <code>$db->username</code> |
| 108 | + <InaccessibleProperty> |
| 109 | + <code><![CDATA[$db->username]]></code> |
| 110 | + <code><![CDATA[$db->username]]></code> |
189 | 111 | </InaccessibleProperty> |
190 | 112 | </file> |
191 | 113 | <file src="tests/system/Database/Live/OCI8/CallStoredProcedureTest.php"> |
192 | | - <UndefinedConstant occurrences="3"> |
| 114 | + <UndefinedConstant> |
193 | 115 | <code>OCI_ASSOC</code> |
194 | 116 | <code>OCI_B_CURSOR</code> |
195 | 117 | <code>OCI_RETURN_NULLS</code> |
196 | 118 | </UndefinedConstant> |
197 | 119 | </file> |
198 | 120 | <file src="tests/system/Entity/EntityTest.php"> |
199 | | - <EmptyArrayAccess occurrences="1"> |
| 121 | + <EmptyArrayAccess> |
200 | 122 | <code>$current[$key]</code> |
201 | 123 | </EmptyArrayAccess> |
202 | 124 | </file> |
203 | 125 | <file src="tests/system/HTTP/RedirectResponseTest.php"> |
204 | | - <EmptyArrayAccess occurrences="1"> |
205 | | - <code>$_SESSION['_ci_old_input']</code> |
| 126 | + <EmptyArrayAccess> |
| 127 | + <code><![CDATA[$_SESSION['_ci_old_input']]]></code> |
206 | 128 | </EmptyArrayAccess> |
207 | 129 | </file> |
208 | 130 | <file src="tests/system/Test/ControllerTestTraitTest.php"> |
209 | | - <UndefinedClass occurrences="1"> |
| 131 | + <UndefinedClass> |
210 | 132 | <code>NeverHeardOfIt</code> |
211 | 133 | </UndefinedClass> |
212 | 134 | </file> |
|
0 commit comments