|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | | -<files psalm-version="5.21.1@8c473e2437be8b6a8fd8f630f0f11a16b114c494"> |
| 2 | +<files psalm-version="5.22.2@d768d914152dbbf3486c36398802f74e80cfde48"> |
3 | 3 | <file src="app/Config/View.php"> |
4 | 4 | <UndefinedDocblockClass> |
5 | 5 | <code><![CDATA[array<string, list<parser_callable_string>|parser_callable_string|parser_callable>]]></code> |
6 | 6 | <code><![CDATA[array<string, list<parser_callable_string>|parser_callable_string|parser_callable>]]></code> |
7 | 7 | <code><![CDATA[array<string, parser_callable_string>]]></code> |
8 | | - <code>public $filters = [];</code> |
9 | | - <code>public $plugins = [];</code> |
10 | | - <code>public $plugins = [];</code> |
| 8 | + <code><![CDATA[public $filters = [];]]></code> |
| 9 | + <code><![CDATA[public $plugins = [];]]></code> |
| 10 | + <code><![CDATA[public $plugins = [];]]></code> |
11 | 11 | </UndefinedDocblockClass> |
12 | 12 | </file> |
13 | 13 | <file src="system/Cache/Handlers/MemcachedHandler.php"> |
14 | 14 | <UndefinedClass> |
15 | | - <code>Memcache</code> |
16 | | - <code>Memcache</code> |
17 | | - <code>Memcache</code> |
| 15 | + <code><![CDATA[Memcache]]></code> |
| 16 | + <code><![CDATA[Memcache]]></code> |
| 17 | + <code><![CDATA[Memcache]]></code> |
18 | 18 | </UndefinedClass> |
19 | 19 | <UndefinedDocblockClass> |
20 | 20 | <code><![CDATA[$this->memcached]]></code> |
|
23 | 23 | <code><![CDATA[$this->memcached]]></code> |
24 | 24 | <code><![CDATA[$this->memcached]]></code> |
25 | 25 | <code><![CDATA[$this->memcached]]></code> |
26 | | - <code>Memcache|Memcached</code> |
| 26 | + <code><![CDATA[Memcache|Memcached]]></code> |
27 | 27 | </UndefinedDocblockClass> |
28 | 28 | </file> |
29 | 29 | <file src="system/Commands/Utilities/Routes/ControllerMethodReader.php"> |
30 | 30 | <DuplicateArrayKey> |
31 | | - <code>$routeWithoutController</code> |
32 | | - <code>$routeWithoutController</code> |
| 31 | + <code><![CDATA[$routeWithoutController]]></code> |
| 32 | + <code><![CDATA[$routeWithoutController]]></code> |
33 | 33 | </DuplicateArrayKey> |
34 | 34 | </file> |
35 | 35 | <file src="system/Config/View.php"> |
36 | 36 | <UndefinedDocblockClass> |
37 | | - <code><![CDATA[array<string, list<parser_callable_string>|parser_callable_string|parser_callable>]]></code> |
38 | | - <code><![CDATA[array<string, list<parser_callable_string>|parser_callable_string|parser_callable>]]></code> |
| 37 | + <code><![CDATA[array<string, array<parser_callable_string>|parser_callable_string|parser_callable>]]></code> |
| 38 | + <code><![CDATA[array<string, array<parser_callable_string>|parser_callable_string|parser_callable>]]></code> |
39 | 39 | <code><![CDATA[array<string, parser_callable_string>]]></code> |
40 | | - <code><![CDATA[protected $coreFilters = [ |
41 | | - 'abs' => '\abs', |
42 | | - 'capitalize' => '\CodeIgniter\View\Filters::capitalize', |
43 | | - 'date' => '\CodeIgniter\View\Filters::date', |
44 | | - 'date_modify' => '\CodeIgniter\View\Filters::date_modify', |
45 | | - 'default' => '\CodeIgniter\View\Filters::default', |
46 | | - 'esc' => '\CodeIgniter\View\Filters::esc', |
47 | | - 'excerpt' => '\CodeIgniter\View\Filters::excerpt', |
48 | | - 'highlight' => '\CodeIgniter\View\Filters::highlight', |
49 | | - 'highlight_code' => '\CodeIgniter\View\Filters::highlight_code', |
50 | | - 'limit_words' => '\CodeIgniter\View\Filters::limit_words', |
51 | | - 'limit_chars' => '\CodeIgniter\View\Filters::limit_chars', |
52 | | - 'local_currency' => '\CodeIgniter\View\Filters::local_currency', |
53 | | - 'local_number' => '\CodeIgniter\View\Filters::local_number', |
54 | | - 'lower' => '\strtolower', |
55 | | - 'nl2br' => '\CodeIgniter\View\Filters::nl2br', |
56 | | - 'number_format' => '\number_format', |
57 | | - 'prose' => '\CodeIgniter\View\Filters::prose', |
58 | | - 'round' => '\CodeIgniter\View\Filters::round', |
59 | | - 'strip_tags' => '\strip_tags', |
60 | | - 'title' => '\CodeIgniter\View\Filters::title', |
61 | | - 'upper' => '\strtoupper', |
62 | | - ];]]></code> |
63 | | - <code><![CDATA[protected $corePlugins = [ |
64 | | - 'csp_script_nonce' => '\CodeIgniter\View\Plugins::cspScriptNonce', |
65 | | - 'csp_style_nonce' => '\CodeIgniter\View\Plugins::cspStyleNonce', |
66 | | - 'current_url' => '\CodeIgniter\View\Plugins::currentURL', |
67 | | - 'previous_url' => '\CodeIgniter\View\Plugins::previousURL', |
68 | | - 'mailto' => '\CodeIgniter\View\Plugins::mailto', |
69 | | - 'safe_mailto' => '\CodeIgniter\View\Plugins::safeMailto', |
70 | | - 'lang' => '\CodeIgniter\View\Plugins::lang', |
71 | | - 'validation_errors' => '\CodeIgniter\View\Plugins::validationErrors', |
72 | | - 'route' => '\CodeIgniter\View\Plugins::route', |
73 | | - 'siteURL' => '\CodeIgniter\View\Plugins::siteURL', |
74 | | - ];]]></code> |
75 | | - <code><![CDATA[protected $corePlugins = [ |
76 | | - 'csp_script_nonce' => '\CodeIgniter\View\Plugins::cspScriptNonce', |
77 | | - 'csp_style_nonce' => '\CodeIgniter\View\Plugins::cspStyleNonce', |
78 | | - 'current_url' => '\CodeIgniter\View\Plugins::currentURL', |
79 | | - 'previous_url' => '\CodeIgniter\View\Plugins::previousURL', |
80 | | - 'mailto' => '\CodeIgniter\View\Plugins::mailto', |
81 | | - 'safe_mailto' => '\CodeIgniter\View\Plugins::safeMailto', |
82 | | - 'lang' => '\CodeIgniter\View\Plugins::lang', |
83 | | - 'validation_errors' => '\CodeIgniter\View\Plugins::validationErrors', |
84 | | - 'route' => '\CodeIgniter\View\Plugins::route', |
85 | | - 'siteURL' => '\CodeIgniter\View\Plugins::siteURL', |
86 | | - ];]]></code> |
87 | 40 | </UndefinedDocblockClass> |
88 | 41 | </file> |
89 | 42 | <file src="system/Database/BasePreparedQuery.php"> |
|
93 | 46 | </file> |
94 | 47 | <file src="system/Database/OCI8/Connection.php"> |
95 | 48 | <UndefinedConstant> |
96 | | - <code>OCI_COMMIT_ON_SUCCESS</code> |
97 | | - <code>OCI_COMMIT_ON_SUCCESS</code> |
98 | | - <code>OCI_COMMIT_ON_SUCCESS</code> |
99 | | - <code>OCI_NO_AUTO_COMMIT</code> |
100 | | - <code>SQLT_CHR</code> |
| 49 | + <code><![CDATA[OCI_COMMIT_ON_SUCCESS]]></code> |
| 50 | + <code><![CDATA[OCI_COMMIT_ON_SUCCESS]]></code> |
| 51 | + <code><![CDATA[OCI_COMMIT_ON_SUCCESS]]></code> |
| 52 | + <code><![CDATA[OCI_NO_AUTO_COMMIT]]></code> |
| 53 | + <code><![CDATA[SQLT_CHR]]></code> |
101 | 54 | </UndefinedConstant> |
102 | 55 | </file> |
103 | 56 | <file src="system/Debug/Toolbar/Views/toolbar.tpl.php"> |
104 | 57 | <InaccessibleMethod> |
105 | | - <code>renderTimeline</code> |
| 58 | + <code><![CDATA[renderTimeline]]></code> |
106 | 59 | </InaccessibleMethod> |
107 | 60 | <UndefinedGlobalVariable> |
108 | | - <code>$config</code> |
| 61 | + <code><![CDATA[$config]]></code> |
109 | 62 | </UndefinedGlobalVariable> |
110 | 63 | </file> |
111 | 64 | <file src="system/Email/Email.php"> |
112 | 65 | <LoopInvalidation> |
113 | | - <code>$timestamp</code> |
| 66 | + <code><![CDATA[$timestamp]]></code> |
114 | 67 | </LoopInvalidation> |
115 | 68 | </file> |
116 | 69 | <file src="system/HTTP/Files/FileCollection.php"> |
117 | 70 | <EmptyArrayAccess> |
118 | | - <code>$output[$name]</code> |
| 71 | + <code><![CDATA[$output[$name]]]></code> |
119 | 72 | </EmptyArrayAccess> |
120 | 73 | </file> |
121 | 74 | <file src="system/Helpers/text_helper.php"> |
122 | 75 | <LoopInvalidation> |
123 | | - <code>$count</code> |
124 | | - <code>$count</code> |
125 | | - <code>$count</code> |
| 76 | + <code><![CDATA[$count]]></code> |
| 77 | + <code><![CDATA[$count]]></code> |
| 78 | + <code><![CDATA[$count]]></code> |
126 | 79 | </LoopInvalidation> |
127 | 80 | </file> |
128 | 81 | <file src="system/I18n/TimeTrait.php"> |
129 | 82 | <MissingImmutableAnnotation> |
130 | | - <code>#[ReturnTypeWillChange]</code> |
131 | | - <code>#[ReturnTypeWillChange]</code> |
132 | | - <code>#[ReturnTypeWillChange]</code> |
| 83 | + <code><![CDATA[#[ReturnTypeWillChange]]]></code> |
| 84 | + <code><![CDATA[#[ReturnTypeWillChange]]]></code> |
| 85 | + <code><![CDATA[#[ReturnTypeWillChange]]]></code> |
133 | 86 | </MissingImmutableAnnotation> |
134 | 87 | </file> |
135 | 88 | <file src="system/Test/ControllerResponse.php"> |
|
139 | 92 | </file> |
140 | 93 | <file src="system/View/Parser.php"> |
141 | 94 | <UndefinedDocblockClass> |
142 | | - <code><![CDATA[array<string, list<parser_callable_string>|parser_callable_string|parser_callable>]]></code> |
143 | | - <code><![CDATA[array<string, list<parser_callable_string>|parser_callable_string|parser_callable>]]></code> |
144 | | - <code>protected $plugins = [];</code> |
145 | | - <code>protected $plugins = [];</code> |
| 95 | + <code><![CDATA[array<string, array<parser_callable_string>|parser_callable_string|parser_callable>]]></code> |
| 96 | + <code><![CDATA[array<string, array<parser_callable_string>|parser_callable_string|parser_callable>]]></code> |
| 97 | + <code><![CDATA[protected $plugins = [];]]></code> |
| 98 | + <code><![CDATA[protected $plugins = [];]]></code> |
146 | 99 | </UndefinedDocblockClass> |
147 | 100 | </file> |
148 | 101 | <file src="tests/_support/Config/Filters.php"> |
149 | 102 | <UndefinedGlobalVariable> |
150 | | - <code>$filters</code> |
| 103 | + <code><![CDATA[$filters]]></code> |
151 | 104 | </UndefinedGlobalVariable> |
152 | 105 | </file> |
153 | 106 | <file src="tests/_support/Config/Routes.php"> |
154 | 107 | <UndefinedGlobalVariable> |
155 | | - <code>$routes</code> |
156 | | - <code>$routes</code> |
157 | | - <code>$routes</code> |
158 | | - <code>$routes</code> |
159 | | - <code>$routes</code> |
| 108 | + <code><![CDATA[$routes]]></code> |
| 109 | + <code><![CDATA[$routes]]></code> |
| 110 | + <code><![CDATA[$routes]]></code> |
| 111 | + <code><![CDATA[$routes]]></code> |
| 112 | + <code><![CDATA[$routes]]></code> |
160 | 113 | </UndefinedGlobalVariable> |
161 | 114 | </file> |
162 | 115 | <file src="tests/_support/View/Cells/colors.php"> |
163 | 116 | <InvalidScope> |
164 | | - <code>$this</code> |
| 117 | + <code><![CDATA[$this]]></code> |
165 | 118 | </InvalidScope> |
166 | 119 | </file> |
167 | 120 | <file src="tests/system/CLI/ConsoleTest.php"> |
168 | 121 | <DuplicateArrayKey> |
169 | | - <code>$command</code> |
| 122 | + <code><![CDATA[$command]]></code> |
170 | 123 | </DuplicateArrayKey> |
171 | 124 | </file> |
172 | 125 | <file src="tests/system/CommonFunctionsTest.php"> |
173 | 126 | <UndefinedClass> |
174 | | - <code>UnexsistenceClass</code> |
| 127 | + <code><![CDATA[UnexsistenceClass]]></code> |
175 | 128 | </UndefinedClass> |
176 | 129 | </file> |
177 | 130 | <file src="tests/system/Config/FactoriesTest.php"> |
|
183 | 136 | </file> |
184 | 137 | <file src="tests/system/Database/Live/OCI8/CallStoredProcedureTest.php"> |
185 | 138 | <UndefinedConstant> |
186 | | - <code>OCI_ASSOC</code> |
187 | | - <code>OCI_B_CURSOR</code> |
188 | | - <code>OCI_RETURN_NULLS</code> |
| 139 | + <code><![CDATA[OCI_ASSOC]]></code> |
| 140 | + <code><![CDATA[OCI_B_CURSOR]]></code> |
| 141 | + <code><![CDATA[OCI_RETURN_NULLS]]></code> |
189 | 142 | </UndefinedConstant> |
190 | 143 | </file> |
191 | 144 | <file src="tests/system/Entity/EntityTest.php"> |
192 | 145 | <EmptyArrayAccess> |
193 | | - <code>$current[$key]</code> |
| 146 | + <code><![CDATA[$current[$key]]]></code> |
194 | 147 | </EmptyArrayAccess> |
195 | 148 | </file> |
196 | 149 | <file src="tests/system/HTTP/RedirectResponseTest.php"> |
|
200 | 153 | </file> |
201 | 154 | <file src="tests/system/Test/ControllerTestTraitTest.php"> |
202 | 155 | <UndefinedClass> |
203 | | - <code>NeverHeardOfIt</code> |
| 156 | + <code><![CDATA[NeverHeardOfIt]]></code> |
204 | 157 | </UndefinedClass> |
205 | 158 | </file> |
206 | 159 | </files> |
0 commit comments