-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathphpstan.neon
More file actions
15 lines (13 loc) · 924 Bytes
/
phpstan.neon
File metadata and controls
15 lines (13 loc) · 924 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
includes:
- vendor/phpstan/phpstan-nette/extension.neon
- vendor/phpstan/phpstan-nette/rules.neon
- vendor/phpstan/phpstan-strict-rules/rules.neon
- vendor/eloquent/phpstan-phony/phony.neon
- vendor/contributte/codeception/extension.neon
parameters:
excludes_analyse:
- %rootDir%/../../../tests/_*
ignoreErrors:
- '~^Access to an undefined property Nette\\Security\\IIdentity::\$[a-zA-Z]++~'
- '~^Parameter #[0-9]++ \$[a-zA-Z]++ \([a-z()|]+\) of method Arachne\\Security\\Authorization\\Permission::[a-zA-Z]++\(\) should be contravariant with parameter \$[a-zA-Z]++ \(mixed\) of method Nette\\Security\\Permission::[a-zA-Z]++\(\)~'
- '~^Parameter #1 \$need \(bool\) of method Arachne\\Security\\Authentication\\UserStorage::getSessionSection\(\) should be contravariant with parameter \$need \(mixed\) of method Nette\\Http\\UserStorage::getSessionSection\(\)~'