mirror of
https://github.com/danog/psalm-insane-comparison.git
synced 2024-11-30 04:29:20 +01:00
17 lines
472 B
XML
17 lines
472 B
XML
|
<?xml version="1.0"?>
|
||
|
<psalm
|
||
|
totallyTyped="false"
|
||
|
errorLevel="1"
|
||
|
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>
|
||
|
<file name="sandbox.php"/>
|
||
|
</projectFiles>
|
||
|
<plugins>
|
||
|
<plugin filename="hooks/InsaneComparison.php" />
|
||
|
</plugins>
|
||
|
</psalm>
|