eesyphp/phpstan.neon

28 lines
885 B
Plaintext
Raw Normal View History

parameters:
level: 5
paths:
- src
- includes
- public_html
2023-01-30 00:11:26 +01:00
- bin/eesyphp
excludePaths:
- includes/config.local.php
ignoreErrors:
-
message: "#Instantiated class Mail_mime not found\\.#"
2023-01-29 19:45:38 +01:00
path: src/Email.php
-
message: "#Call to method (setFrom|setSubject|setHTMLBody|setTXTBody|get|headers|addAttachment)\\(\\) on an unknown class Mail_mime\\.#"
2023-01-29 19:45:38 +01:00
path: src/Email.php
-
message: "#Call to static method factory\\(\\) on an unknown class Mail\\.#"
2023-01-29 19:45:38 +01:00
path: src/Email.php
-
message: "#Call to static method isError\\(\\) on an unknown class PEAR\\.#"
2023-01-29 19:45:38 +01:00
path: src/Email.php
-
message: "#Variable \\$status_list might not be defined\\.#"
paths:
- includes/cli.php