Skip to content

Commit 3c6783e

Browse files
committed
Update psalm config
1 parent 8483b0a commit 3c6783e

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

psalm.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,19 @@
1414
<directory name="vendor" />
1515
</ignoreFiles>
1616
</projectFiles>
17+
<issueHandlers>
18+
<MissingOverrideAttribute errorLevel="suppress" />
19+
<ClassMustBeFinal errorLevel="suppress" />
20+
</issueHandlers>
21+
<forbiddenFunctions>
22+
<function name="dd"/>
23+
<function name="exit"/>
24+
<function name="die"/>
25+
<function name="var_dump"/>
26+
<function name="echo"/>
27+
<function name="print"/>
28+
<function name="trap"/>
29+
<function name="td"/>
30+
<function name="tr"/>
31+
</forbiddenFunctions>
1732
</psalm>

0 commit comments

Comments
 (0)