Files
monica/phpstan.neon
T
dependabot[bot] 91b2ff3291 chore: Bump nunomaduro/larastan from 0.6.10 to 0.6.13 (#4822)
* chore: Bump nunomaduro/larastan from 0.6.10 to 0.6.13

Bumps [nunomaduro/larastan](https://github.com/nunomaduro/larastan) from 0.6.10 to 0.6.13.
- [Release notes](https://github.com/nunomaduro/larastan/releases)
- [Changelog](https://github.com/nunomaduro/larastan/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nunomaduro/larastan/compare/v0.6.10...v0.6.13)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-30 19:35:16 +00:00

42 lines
2.8 KiB
Plaintext

includes:
- ./vendor/nunomaduro/larastan/extension.neon
- ./vendor/thecodingmachine/phpstan-safe-rule/phpstan-safe-rule.neon
parameters:
paths:
- app
inferPrivatePropertyTypeFromConstructor: true
level: 5
ignoreErrors:
- '#Call to an undefined method Illuminate\\View\\View::with[a-zA-Z0-9\\_]+\(\)\.#'
- '#Argument of an invalid type Illuminate\\Contracts\\Pagination\\LengthAwarePaginator supplied for foreach, only iterables are supported\.#'
- '#Access to an undefined property Sabre\\VObject\\Component\\[a-zA-Z0-9\\_]+::\$[a-zA-Z0-9_]+\.#'
- '#Access to an undefined property PragmaRX\\Countries\\Package\\Support\\Collection::\$[a-zA-Z0-9_]+\.#'
- message: '#Call to an undefined static method PragmaRX\\CountriesLaravel\\Package\\Facade::[a-zA-Z0-9_]+\(\)\.#'
path: */Helpers/CountriesHelper.php
- message: '#Access to an undefined property Illuminate\\Support\\Fluent::\$[a-zA-Z0-9_]+\.#'
path: */Http/Location/Drivers/CloudflareDriver.php
- message: '#Parameter \#2 \$configGroup of static method Creativeorange\\Gravatar\\Gravatar::get\(\) expects string, array<string, bool\|int\|string> given\.#'
path: */Services/Contact/Avatar/GetGravatarURL.php
- message: '#Access to an undefined property App\\Interfaces\\IsJournalableInterface::\$account_id\.#'
path: */app/Models/Journal/JournalEntry.php
- message: '#Cannot assign offset ''VALUE'' to string\.#'
path: */Services/VCalendar/ExportVCalendar.php
- message: '#Property App\\Models\\Contact\\Contact::\$deceased_special_date_id \(int\) does not accept null\.#'
path: */Services/Contact/Contact/UpdateDeceasedInformation.php
- message: '#Parameter \#1 \$principalUri of method Sabre\\CardDAV\\Backend\\BackendInterface::getAddressBooksForUser\(\) expects string, array given\.#'
path: */Http/Controllers/DAV/Backend/CardDAV/AddressBookHome.php
- message: '#Access to an undefined property object::\$action\.#'
path: */Helpers/AuditLogHelper.php
- message: '#Call to an undefined method Illuminate\\Support\\HigherOrderCollectionProxy::delete\(\)\.#'
path: */Models/Contact/Reminder.php
- message: '#Property App\\Models\\Contact\\Contact::\$avatar_photo_id \(int\) does not accept null\.#'
path: */Services/Contact/Avatar/UpdateAvatar.php
- message: '#Call to an undefined method Illuminate\\Database\\Eloquent\\Builder::addressBook\(\)\.#'
path: */Helpers/SearchHelper.php
- message: '#Call to an undefined method Illuminate\\Database\\Eloquent\\Builder::real\(\)\.#'
path: */Http/Controllers/Api/ApiContactController.php
- message: '#Call to an undefined method Illuminate\\Database\\Eloquent\\Builder::sortedBy\(\)\.#'
path: */Traits/Searchable.php