|
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 | + <file src="system/Commands/Utilities/Routes/ControllerMethodReader.php"> |
| 30 | + <DuplicateArrayKey> |
| 31 | + <code><![CDATA[$routeWithoutController]]></code> |
| 32 | + <code><![CDATA[$routeWithoutController]]></code> |
| 33 | + </DuplicateArrayKey> |
| 34 | + </file> |
29 | 35 | <file src="system/Config/View.php">
|
30 | 36 | <UndefinedDocblockClass>
|
31 |
| - <code><![CDATA[array<string, list<parser_callable_string>|parser_callable_string|parser_callable>]]></code> |
32 |
| - <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> |
33 | 39 | <code><![CDATA[array<string, parser_callable_string>]]></code>
|
34 |
| - <code><![CDATA[protected $coreFilters = [ |
35 |
| - 'abs' => '\abs', |
36 |
| - 'capitalize' => '\CodeIgniter\View\Filters::capitalize', |
37 |
| - 'date' => '\CodeIgniter\View\Filters::date', |
38 |
| - 'date_modify' => '\CodeIgniter\View\Filters::date_modify', |
39 |
| - 'default' => '\CodeIgniter\View\Filters::default', |
40 |
| - 'esc' => '\CodeIgniter\View\Filters::esc', |
41 |
| - 'excerpt' => '\CodeIgniter\View\Filters::excerpt', |
42 |
| - 'highlight' => '\CodeIgniter\View\Filters::highlight', |
43 |
| - 'highlight_code' => '\CodeIgniter\View\Filters::highlight_code', |
44 |
| - 'limit_words' => '\CodeIgniter\View\Filters::limit_words', |
45 |
| - 'limit_chars' => '\CodeIgniter\View\Filters::limit_chars', |
46 |
| - 'local_currency' => '\CodeIgniter\View\Filters::local_currency', |
47 |
| - 'local_number' => '\CodeIgniter\View\Filters::local_number', |
48 |
| - 'lower' => '\strtolower', |
49 |
| - 'nl2br' => '\CodeIgniter\View\Filters::nl2br', |
50 |
| - 'number_format' => '\number_format', |
51 |
| - 'prose' => '\CodeIgniter\View\Filters::prose', |
52 |
| - 'round' => '\CodeIgniter\View\Filters::round', |
53 |
| - 'strip_tags' => '\strip_tags', |
54 |
| - 'title' => '\CodeIgniter\View\Filters::title', |
55 |
| - 'upper' => '\strtoupper', |
56 |
| - ];]]></code> |
57 |
| - <code><![CDATA[protected $corePlugins = [ |
58 |
| - 'csp_script_nonce' => '\CodeIgniter\View\Plugins::cspScriptNonce', |
59 |
| - 'csp_style_nonce' => '\CodeIgniter\View\Plugins::cspStyleNonce', |
60 |
| - 'current_url' => '\CodeIgniter\View\Plugins::currentURL', |
61 |
| - 'previous_url' => '\CodeIgniter\View\Plugins::previousURL', |
62 |
| - 'mailto' => '\CodeIgniter\View\Plugins::mailto', |
63 |
| - 'safe_mailto' => '\CodeIgniter\View\Plugins::safeMailto', |
64 |
| - 'lang' => '\CodeIgniter\View\Plugins::lang', |
65 |
| - 'validation_errors' => '\CodeIgniter\View\Plugins::validationErrors', |
66 |
| - 'route' => '\CodeIgniter\View\Plugins::route', |
67 |
| - 'siteURL' => '\CodeIgniter\View\Plugins::siteURL', |
68 |
| - ];]]></code> |
69 |
| - <code><![CDATA[protected $corePlugins = [ |
70 |
| - 'csp_script_nonce' => '\CodeIgniter\View\Plugins::cspScriptNonce', |
71 |
| - 'csp_style_nonce' => '\CodeIgniter\View\Plugins::cspStyleNonce', |
72 |
| - 'current_url' => '\CodeIgniter\View\Plugins::currentURL', |
73 |
| - 'previous_url' => '\CodeIgniter\View\Plugins::previousURL', |
74 |
| - 'mailto' => '\CodeIgniter\View\Plugins::mailto', |
75 |
| - 'safe_mailto' => '\CodeIgniter\View\Plugins::safeMailto', |
76 |
| - 'lang' => '\CodeIgniter\View\Plugins::lang', |
77 |
| - 'validation_errors' => '\CodeIgniter\View\Plugins::validationErrors', |
78 |
| - 'route' => '\CodeIgniter\View\Plugins::route', |
79 |
| - 'siteURL' => '\CodeIgniter\View\Plugins::siteURL', |
80 |
| - ];]]></code> |
81 | 40 | </UndefinedDocblockClass>
|
82 | 41 | </file>
|
83 | 42 | <file src="system/Database/BasePreparedQuery.php">
|
84 | 43 | <InaccessibleProperty>
|
85 | 44 | <code><![CDATA[$this->db->transStatus]]></code>
|
86 | 45 | </InaccessibleProperty>
|
87 | 46 | </file>
|
| 47 | + <file src="system/Database/OCI8/Connection.php"> |
| 48 | + <UndefinedConstant> |
| 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> |
| 54 | + </UndefinedConstant> |
| 55 | + </file> |
88 | 56 | <file src="system/Debug/Toolbar/Views/toolbar.tpl.php">
|
89 | 57 | <InaccessibleMethod>
|
90 |
| - <code>renderTimeline</code> |
| 58 | + <code><![CDATA[renderTimeline]]></code> |
91 | 59 | </InaccessibleMethod>
|
92 | 60 | <UndefinedGlobalVariable>
|
93 |
| - <code>$config</code> |
| 61 | + <code><![CDATA[$config]]></code> |
94 | 62 | </UndefinedGlobalVariable>
|
95 | 63 | </file>
|
96 | 64 | <file src="system/Email/Email.php">
|
97 | 65 | <LoopInvalidation>
|
98 |
| - <code>$timestamp</code> |
| 66 | + <code><![CDATA[$timestamp]]></code> |
99 | 67 | </LoopInvalidation>
|
100 | 68 | </file>
|
101 | 69 | <file src="system/HTTP/Files/FileCollection.php">
|
102 | 70 | <EmptyArrayAccess>
|
103 |
| - <code>$output[$name]</code> |
| 71 | + <code><![CDATA[$output[$name]]]></code> |
104 | 72 | </EmptyArrayAccess>
|
105 | 73 | </file>
|
106 | 74 | <file src="system/Helpers/text_helper.php">
|
107 | 75 | <LoopInvalidation>
|
108 |
| - <code>$count</code> |
109 |
| - <code>$count</code> |
110 |
| - <code>$count</code> |
| 76 | + <code><![CDATA[$count]]></code> |
| 77 | + <code><![CDATA[$count]]></code> |
| 78 | + <code><![CDATA[$count]]></code> |
111 | 79 | </LoopInvalidation>
|
112 | 80 | </file>
|
113 | 81 | <file src="system/I18n/TimeTrait.php">
|
114 | 82 | <MissingImmutableAnnotation>
|
115 |
| - <code>#[ReturnTypeWillChange]</code> |
116 |
| - <code>#[ReturnTypeWillChange]</code> |
117 |
| - <code>#[ReturnTypeWillChange]</code> |
| 83 | + <code><![CDATA[#[ReturnTypeWillChange]]]></code> |
| 84 | + <code><![CDATA[#[ReturnTypeWillChange]]]></code> |
| 85 | + <code><![CDATA[#[ReturnTypeWillChange]]]></code> |
118 | 86 | </MissingImmutableAnnotation>
|
119 | 87 | </file>
|
120 | 88 | <file src="system/View/Parser.php">
|
121 | 89 | <UndefinedDocblockClass>
|
122 |
| - <code><![CDATA[array<string, list<parser_callable_string>|parser_callable_string|parser_callable>]]></code> |
123 |
| - <code><![CDATA[array<string, list<parser_callable_string>|parser_callable_string|parser_callable>]]></code> |
124 |
| - <code>protected $plugins = [];</code> |
125 |
| - <code>protected $plugins = [];</code> |
| 90 | + <code><![CDATA[array<string, array<parser_callable_string>|parser_callable_string|parser_callable>]]></code> |
| 91 | + <code><![CDATA[array<string, array<parser_callable_string>|parser_callable_string|parser_callable>]]></code> |
| 92 | + <code><![CDATA[protected $plugins = [];]]></code> |
| 93 | + <code><![CDATA[protected $plugins = [];]]></code> |
126 | 94 | </UndefinedDocblockClass>
|
127 | 95 | </file>
|
128 | 96 | <file src="tests/_support/Config/Filters.php">
|
129 | 97 | <UndefinedGlobalVariable>
|
130 |
| - <code>$filters</code> |
| 98 | + <code><![CDATA[$filters]]></code> |
131 | 99 | </UndefinedGlobalVariable>
|
132 | 100 | </file>
|
133 | 101 | <file src="tests/_support/Config/Routes.php">
|
134 | 102 | <UndefinedGlobalVariable>
|
135 |
| - <code>$routes</code> |
136 |
| - <code>$routes</code> |
137 |
| - <code>$routes</code> |
138 |
| - <code>$routes</code> |
139 |
| - <code>$routes</code> |
| 103 | + <code><![CDATA[$routes]]></code> |
| 104 | + <code><![CDATA[$routes]]></code> |
| 105 | + <code><![CDATA[$routes]]></code> |
| 106 | + <code><![CDATA[$routes]]></code> |
| 107 | + <code><![CDATA[$routes]]></code> |
140 | 108 | </UndefinedGlobalVariable>
|
141 | 109 | </file>
|
142 | 110 | <file src="tests/_support/View/Cells/colors.php">
|
143 | 111 | <InvalidScope>
|
144 |
| - <code>$this</code> |
| 112 | + <code><![CDATA[$this]]></code> |
145 | 113 | </InvalidScope>
|
146 | 114 | </file>
|
| 115 | + <file src="tests/system/CLI/ConsoleTest.php"> |
| 116 | + <DuplicateArrayKey> |
| 117 | + <code><![CDATA[$command]]></code> |
| 118 | + </DuplicateArrayKey> |
| 119 | + </file> |
147 | 120 | <file src="tests/system/CommonFunctionsTest.php">
|
148 | 121 | <UndefinedClass>
|
149 |
| - <code>UnexsistenceClass</code> |
| 122 | + <code><![CDATA[UnexsistenceClass]]></code> |
150 | 123 | </UndefinedClass>
|
151 | 124 | </file>
|
152 | 125 | <file src="tests/system/Config/FactoriesTest.php">
|
|
158 | 131 | </file>
|
159 | 132 | <file src="tests/system/Database/Live/OCI8/CallStoredProcedureTest.php">
|
160 | 133 | <UndefinedConstant>
|
161 |
| - <code>OCI_ASSOC</code> |
162 |
| - <code>OCI_B_CURSOR</code> |
163 |
| - <code>OCI_RETURN_NULLS</code> |
| 134 | + <code><![CDATA[OCI_ASSOC]]></code> |
| 135 | + <code><![CDATA[OCI_B_CURSOR]]></code> |
| 136 | + <code><![CDATA[OCI_RETURN_NULLS]]></code> |
164 | 137 | </UndefinedConstant>
|
165 | 138 | </file>
|
166 | 139 | <file src="tests/system/Entity/EntityTest.php">
|
167 | 140 | <EmptyArrayAccess>
|
168 |
| - <code>$current[$key]</code> |
| 141 | + <code><![CDATA[$current[$key]]]></code> |
169 | 142 | </EmptyArrayAccess>
|
170 | 143 | </file>
|
171 | 144 | <file src="tests/system/HTTP/RedirectResponseTest.php">
|
|
175 | 148 | </file>
|
176 | 149 | <file src="tests/system/Test/ControllerTestTraitTest.php">
|
177 | 150 | <UndefinedClass>
|
178 |
| - <code>NeverHeardOfIt</code> |
| 151 | + <code><![CDATA[NeverHeardOfIt]]></code> |
179 | 152 | </UndefinedClass>
|
180 | 153 | </file>
|
181 | 154 | </files>
|
0 commit comments