Install psalm
This commit is contained in:
parent
75cd090171
commit
e7612c8c31
4 changed files with 691 additions and 2 deletions
24
psalm.xml
Normal file
24
psalm.xml
Normal file
|
@ -0,0 +1,24 @@
|
|||
<?xml version="1.0"?>
|
||||
<psalm
|
||||
totallyTyped="false"
|
||||
errorLevel="7"
|
||||
resolveFromConfigFile="true"
|
||||
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"
|
||||
>
|
||||
<projectFiles>
|
||||
<directory name="app" />
|
||||
<ignoreFiles>
|
||||
<directory name="vendor" />
|
||||
</ignoreFiles>
|
||||
</projectFiles>
|
||||
|
||||
<issueHandlers>
|
||||
<InvalidStaticInvocation>
|
||||
<errorLevel type="suppress">
|
||||
<file name="app/Providers/RouteServiceProvider.php" />
|
||||
</errorLevel>
|
||||
</InvalidStaticInvocation>
|
||||
</issueHandlers>
|
||||
</psalm>
|
Loading…
Add table
Add a link
Reference in a new issue