We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8483b0a commit 3c6783eCopy full SHA for 3c6783e
psalm.xml
@@ -14,4 +14,19 @@
14
<directory name="vendor" />
15
</ignoreFiles>
16
</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>
32
</psalm>
0 commit comments