eesyphp/phpstan.neon

35 lines
1.3 KiB
Plaintext
Raw Permalink Normal View History

parameters:
level: 5
paths:
- src
universalObjectCratesClasses:
2023-02-25 05:02:27 +01:00
- EesyPHP\HookEvent
- EesyPHP\UrlRequest
2023-02-25 05:02:27 +01:00
- EesyPHP\Auth\User
2024-02-18 17:20:24 +01:00
- EesyPHP\Db\DbObject
ignoreErrors:
2023-02-25 05:02:27 +01:00
-
message: "#Property EesyPHP\\\\Auth\\\\Ldap::\\$connection has unknown class Net_LDAP2 as its type\\.#"
path: src/Auth/Ldap.php
-
message: "#Call to method search\\(\\) on an unknown class Net_LDAP2\\.#"
path: src/Auth/Ldap.php
-
message: "#Call to static method connect\\(\\) on an unknown class Net_LDAP2\\.#"
path: src/Auth/Ldap.php
-
message: "#Call to static method escape\\(\\) on an unknown class Net_LDAP2_Filter\\.#"
path: src/Auth/Ldap.php
-
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