Skip to content

Commit 5dccbcc

Browse files
committed
chore: vendor/bin/psalm --set-baseline=psalm-baseline.xml
1 parent d45dd59 commit 5dccbcc

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

psalm-baseline.xml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@
1010
<code>public $plugins = [];</code>
1111
</UndefinedDocblockClass>
1212
</file>
13-
<file src="system/Cache/FactoriesCache/FileVarExportHandler.php">
14-
<UndefinedVariable>
15-
<code>$val</code>
16-
</UndefinedVariable>
17-
</file>
1813
<file src="system/Cache/Handlers/MemcachedHandler.php">
1914
<UndefinedClass>
2015
<code>Memcache</code>
@@ -39,9 +34,9 @@
3934
</file>
4035
<file src="system/Config/View.php">
4136
<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>
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+
<code><![CDATA[array<string, parser_callable_string>]]></code>
4540
<code><![CDATA[protected $coreFilters = [
4641
'abs' => '\abs',
4742
'capitalize' => '\CodeIgniter\View\Filters::capitalize',
@@ -144,8 +139,8 @@
144139
</file>
145140
<file src="system/View/Parser.php">
146141
<UndefinedDocblockClass>
147-
<code><![CDATA[array<string, array<ParserCallableString>|ParserCallableString|ParserCallable>]]></code>
148-
<code><![CDATA[array<string, array<ParserCallableString>|ParserCallableString|ParserCallable>]]></code>
142+
<code><![CDATA[array<string, array<parser_callable_string>|parser_callable_string|parser_callable>]]></code>
143+
<code><![CDATA[array<string, array<parser_callable_string>|parser_callable_string|parser_callable>]]></code>
149144
<code>protected $plugins = [];</code>
150145
<code>protected $plugins = [];</code>
151146
</UndefinedDocblockClass>

0 commit comments

Comments
 (0)