Set psalm baseline

This commit is contained in:
Chris Kankiewicz
2019-12-23 10:28:08 -07:00
parent 38ef11a47e
commit 05f1a61325
2 changed files with 9 additions and 0 deletions

8
psalm-baseline.xml Normal file
View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="3.7.2@d9cae720c1af31db9ba27c2bc1fcf9b0dd092fb0">
<file src="app/Bootstrap/ViewComposer.php">
<UndefinedInterfaceMethod occurrences="1">
<code>setDateFormat</code>
</UndefinedInterfaceMethod>
</file>
</files>

View File

@@ -5,6 +5,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="https://getpsalm.org/schema/config"
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
errorBaseline="psalm-baseline.xml"
>
<projectFiles>
<directory name="app" />