-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathphpstan.neon
More file actions
20 lines (20 loc) · 827 Bytes
/
phpstan.neon
File metadata and controls
20 lines (20 loc) · 827 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
parameters:
inferPrivatePropertyTypeFromConstructor: true
bootstrapFiles:
- %currentWorkingDirectory%/../../lib/base.php
excludePaths:
- %currentWorkingDirectory%/appinfo/Migrations/*.php
- %currentWorkingDirectory%/appinfo/routes.php
ignoreErrors:
-
message: '#Property OCA\\Guests\\Controller\\RegisterController::\$groupManager is never read, only written.#'
path: lib/Controller/RegisterController.php
count: 1
-
message: '#Property OCA\\Guests\\Controller\\RegisterController::\$secureRandom is never read, only written.#'
path: lib/Controller/RegisterController.php
count: 1
-
message: '#Property OCA\\Guests\\Controller\\SettingsController::\$userId is never read, only written.#'
path: lib/Controller/SettingsController.php
count: 1