forked from WPManageNinja/fluent-security
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpstan.neon
More file actions
20 lines (20 loc) · 809 Bytes
/
Copy pathphpstan.neon
File metadata and controls
20 lines (20 loc) · 809 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
parameters:
level: 5
paths:
- fluent-security.php
- app
excludePaths:
- app/Services/Libs/Emogrifier
bootstrapFiles:
- phpstan-bootstrap.php
ignoreErrors:
-
message: "#^Call to method emogrify\\(\\) on an unknown class FluentAuth\\\\App\\\\Services\\\\Libs\\\\Emogrifier\\\\Emogrifier\\.$#"
path: app/Services/SystemEmailService.php
-
message: "#^Instantiated class FluentAuth\\\\App\\\\Services\\\\Libs\\\\Emogrifier\\\\Emogrifier not found\\.$#"
path: app/Services/SystemEmailService.php
-
message: "#^Path in require_once\\(\\) \".*wp-admin/.*\\.php\" is not a file or it does not exist\\.$#"
treatPhpDocTypesAsCertain: false
reportUnmatchedIgnoredErrors: false