|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
2 |
| -<files psalm-version="5.13.1@086b94371304750d1c673315321a55d15fc59015"> |
| 2 | +<files psalm-version="5.15.0@5c774aca4746caf3d239d9c8cadb9f882ca29352"> |
| 3 | + <file src="app/Config/View.php"> |
| 4 | + <UndefinedDocblockClass> |
| 5 | + <code><![CDATA[array<string, ParserCallableString>]]></code> |
| 6 | + <code><![CDATA[array<string, array<ParserCallableString>|ParserCallableString|ParserCallable>]]></code> |
| 7 | + <code><![CDATA[array<string, array<ParserCallableString>|ParserCallableString|ParserCallable>]]></code> |
| 8 | + <code>public $filters = [];</code> |
| 9 | + <code>public $plugins = [];</code> |
| 10 | + <code>public $plugins = [];</code> |
| 11 | + </UndefinedDocblockClass> |
| 12 | + </file> |
3 | 13 | <file src="system/Cache/FactoriesCache/FileVarExportHandler.php">
|
4 | 14 | <UndefinedVariable>
|
5 | 15 | <code>$val</code>
|
|
27 | 37 | <code>$routeWithoutController</code>
|
28 | 38 | </DuplicateArrayKey>
|
29 | 39 | </file>
|
| 40 | + <file src="system/Config/View.php"> |
| 41 | + <UndefinedDocblockClass> |
| 42 | + <code><![CDATA[array<string, ParserCallableString>]]></code> |
| 43 | + <code><![CDATA[array<string, array<ParserCallableString>|ParserCallableString|ParserCallable>]]></code> |
| 44 | + <code><![CDATA[array<string, array<ParserCallableString>|ParserCallableString|ParserCallable>]]></code> |
| 45 | + <code><![CDATA[protected $coreFilters = [ |
| 46 | + 'abs' => '\abs', |
| 47 | + 'capitalize' => '\CodeIgniter\View\Filters::capitalize', |
| 48 | + 'date' => '\CodeIgniter\View\Filters::date', |
| 49 | + 'date_modify' => '\CodeIgniter\View\Filters::date_modify', |
| 50 | + 'default' => '\CodeIgniter\View\Filters::default', |
| 51 | + 'esc' => '\CodeIgniter\View\Filters::esc', |
| 52 | + 'excerpt' => '\CodeIgniter\View\Filters::excerpt', |
| 53 | + 'highlight' => '\CodeIgniter\View\Filters::highlight', |
| 54 | + 'highlight_code' => '\CodeIgniter\View\Filters::highlight_code', |
| 55 | + 'limit_words' => '\CodeIgniter\View\Filters::limit_words', |
| 56 | + 'limit_chars' => '\CodeIgniter\View\Filters::limit_chars', |
| 57 | + 'local_currency' => '\CodeIgniter\View\Filters::local_currency', |
| 58 | + 'local_number' => '\CodeIgniter\View\Filters::local_number', |
| 59 | + 'lower' => '\strtolower', |
| 60 | + 'nl2br' => '\CodeIgniter\View\Filters::nl2br', |
| 61 | + 'number_format' => '\number_format', |
| 62 | + 'prose' => '\CodeIgniter\View\Filters::prose', |
| 63 | + 'round' => '\CodeIgniter\View\Filters::round', |
| 64 | + 'strip_tags' => '\strip_tags', |
| 65 | + 'title' => '\CodeIgniter\View\Filters::title', |
| 66 | + 'upper' => '\strtoupper', |
| 67 | + ];]]></code> |
| 68 | + <code><![CDATA[protected $corePlugins = [ |
| 69 | + 'csp_script_nonce' => '\CodeIgniter\View\Plugins::cspScriptNonce', |
| 70 | + 'csp_style_nonce' => '\CodeIgniter\View\Plugins::cspStyleNonce', |
| 71 | + 'current_url' => '\CodeIgniter\View\Plugins::currentURL', |
| 72 | + 'previous_url' => '\CodeIgniter\View\Plugins::previousURL', |
| 73 | + 'mailto' => '\CodeIgniter\View\Plugins::mailto', |
| 74 | + 'safe_mailto' => '\CodeIgniter\View\Plugins::safeMailto', |
| 75 | + 'lang' => '\CodeIgniter\View\Plugins::lang', |
| 76 | + 'validation_errors' => '\CodeIgniter\View\Plugins::validationErrors', |
| 77 | + 'route' => '\CodeIgniter\View\Plugins::route', |
| 78 | + 'siteURL' => '\CodeIgniter\View\Plugins::siteURL', |
| 79 | + ];]]></code> |
| 80 | + <code><![CDATA[protected $corePlugins = [ |
| 81 | + 'csp_script_nonce' => '\CodeIgniter\View\Plugins::cspScriptNonce', |
| 82 | + 'csp_style_nonce' => '\CodeIgniter\View\Plugins::cspStyleNonce', |
| 83 | + 'current_url' => '\CodeIgniter\View\Plugins::currentURL', |
| 84 | + 'previous_url' => '\CodeIgniter\View\Plugins::previousURL', |
| 85 | + 'mailto' => '\CodeIgniter\View\Plugins::mailto', |
| 86 | + 'safe_mailto' => '\CodeIgniter\View\Plugins::safeMailto', |
| 87 | + 'lang' => '\CodeIgniter\View\Plugins::lang', |
| 88 | + 'validation_errors' => '\CodeIgniter\View\Plugins::validationErrors', |
| 89 | + 'route' => '\CodeIgniter\View\Plugins::route', |
| 90 | + 'siteURL' => '\CodeIgniter\View\Plugins::siteURL', |
| 91 | + ];]]></code> |
| 92 | + </UndefinedDocblockClass> |
| 93 | + </file> |
30 | 94 | <file src="system/Database/BasePreparedQuery.php">
|
31 | 95 | <InaccessibleProperty>
|
32 | 96 | <code><![CDATA[$this->db->transStatus]]></code>
|
|
78 | 142 | <code><![CDATA[$this->dom = &$this->domParser]]></code>
|
79 | 143 | </UnsupportedPropertyReferenceUsage>
|
80 | 144 | </file>
|
| 145 | + <file src="system/View/Parser.php"> |
| 146 | + <UndefinedDocblockClass> |
| 147 | + <code><![CDATA[array<string, array<ParserCallableString>|ParserCallableString|ParserCallable>]]></code> |
| 148 | + <code><![CDATA[array<string, array<ParserCallableString>|ParserCallableString|ParserCallable>]]></code> |
| 149 | + <code>protected $plugins = [];</code> |
| 150 | + <code>protected $plugins = [];</code> |
| 151 | + </UndefinedDocblockClass> |
| 152 | + </file> |
81 | 153 | <file src="tests/_support/Config/Filters.php">
|
82 | 154 | <UndefinedGlobalVariable>
|
83 | 155 | <code>$filters</code>
|
|
0 commit comments