1
0
mirror of https://github.com/erusev/parsedown.git synced 2023-08-10 21:13:06 +03:00
parsedown/psalm.xml
Aidan Woods 57b86b3fc4
Use psalm for static analysis
Don't check the main Parsedown file just yet
2019-04-07 16:37:50 +01:00

14 lines
289 B
XML

<?xml version="1.0"?>
<psalm
totallyTyped="true"
strictBinaryOperands="true"
checkForThrowsDocblock="true"
>
<projectFiles>
<directory name="src" />
<ignoreFiles>
<file name="src/Parsedown.php" />
</ignoreFiles>
</projectFiles>
</psalm>