Skip to content

Commit

Permalink
chore: set psalm baseline
Browse files Browse the repository at this point in the history
vendor/bin/psalm --set-baseline=psalm-baseline.xml
  • Loading branch information
kenjis committed Oct 23, 2023
1 parent d66f932 commit c89c5b0
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
23 changes: 23 additions & 0 deletions psalm-baseline.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="5.15.0@5c774aca4746caf3d239d9c8cadb9f882ca29352">
<file src="app/Config/Kint.php">
<UndefinedClass>
<code>AbstractRenderer</code>
</UndefinedClass>
<UndefinedDocblockClass>
<code><![CDATA[array<string, class-string<TabPluginInterface>>]]></code>
<code><![CDATA[array<string, class-string<ValuePluginInterface>>]]></code>
<code><![CDATA[list<class-string<ConstructablePluginInterface>|ConstructablePluginInterface>]]></code>
</UndefinedDocblockClass>
</file>
<file src="app/Config/View.php">
<UndefinedDocblockClass>
<code><![CDATA[array<string, ParserCallableString>]]></code>
<code><![CDATA[array<string, array<ParserCallableString>|ParserCallableString|ParserCallable>]]></code>
<code><![CDATA[array<string, array<ParserCallableString>|ParserCallableString|ParserCallable>]]></code>
<code>public $filters = [];</code>
<code>public $plugins = [];</code>
<code>public $plugins = [];</code>
</UndefinedDocblockClass>
</file>
</files>
1 change: 1 addition & 0 deletions psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
autoloader="psalm_autoload.php"
cacheDirectory="build/psalm/"
errorBaseline="psalm-baseline.xml"
>
<projectFiles>
<directory name="app/" />
Expand Down

0 comments on commit c89c5b0

Please sign in to comment.