mirror of
https://github.com/danog/psalm-insane-comparison.git
synced 2024-11-26 12:04:46 +01:00
17 lines
480 B
XML
17 lines
480 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/InsaneComparisonAnalyzer.php" />
|
|
</plugins>
|
|
</psalm>
|