-
Notifications
You must be signed in to change notification settings - Fork 13
/
phpstan.neon
35 lines (35 loc) · 1.16 KB
/
phpstan.neon
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
parameters:
bootstrapFiles:
- %currentWorkingDirectory%/../../lib/base.php
inferPrivatePropertyTypeFromConstructor: true
excludePaths:
- %currentWorkingDirectory%/appinfo/routes.php
ignoreErrors:
-
message: '#^Property OCA\\Encryption\\[^"]* is never read, only written.$#'
path: lib/Command/FixEncryptedVersion.php
count: 1
-
message: '#^Property OCA\\Encryption\\[^"]* is never read, only written.$#'
path: lib/Controller/RecoveryController.php
count: 1
-
message: '#^Property OCA\\Encryption\\[^"]* is never read, only written.$#'
path: lib/Hooks/UserHooks.php
count: 2
-
message: '#^Property OCA\\Encryption\\[^"]* is never read, only written.$#'
path: lib/KeyManager.php
count: 1
-
message: '#^Property OCA\\Encryption\\[^"]* is never read, only written.$#'
path: lib/Recovery.php
count: 2
-
message: '#^Property OCA\\Encryption\\[^"]* is never read, only written.$#'
path: lib/Users/Setup.php
count: 2
-
message: '#^Property OCA\\Encryption\\[^"]* is never read, only written.$#'
path: lib/Util.php
count: 2