forked from modethirteen/AuthForge
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpstan.neon
More file actions
15 lines (15 loc) · 789 Bytes
/
phpstan.neon
File metadata and controls
15 lines (15 loc) · 789 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
parameters:
bootstrapFiles:
- %currentWorkingDirectory%/_bootstrap.php
checkMissingIterableValueType: false
checkGenericClassInNonGenericObjectType: false
ignoreErrors:
- message: '#Else branch is unreachable because ternary operator condition is always true#'
path: %currentWorkingDirectory%/src/Common/Utility/DateTimeImmutableEx.php
- message: '#XMLSecurityKey::loadKey\(\) expects string, DOMElement\|string given#'
path: %currentWorkingDirectory%/src/ServiceProvider/Saml/DocumentFactory.php
- message: '#Part .+? \(DOMElement\|string\) of encapsed string cannot be cast to string#'
path: %currentWorkingDirectory%/src/ServiceProvider/Saml/Http/AbstractHttpMessage.php
level: 7
paths:
- src