mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
57b86b3fc4
Don't check the main Parsedown file just yet
14 lines
289 B
XML
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>
|