forked from knuckleswtf/scribe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphpstan.neon
24 lines (24 loc) · 1.49 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
parameters:
level: 6
reportUnmatchedIgnoredErrors: true
inferPrivatePropertyTypeFromConstructor: true
ignoreErrors:
- identifier: missingType.iterableValue
- identifier: missingType.return
- identifier: missingType.parameter
- identifier: missingType.generics
- identifier: missingType.property
path: src\Tools\Globals.php
- identifier: argument.templateType
- '#Call to an undefined method ReflectionType::getName\(\).#'
- '#Call to an undefined method Illuminate\\Contracts\\Filesystem\\Filesystem::path\(\)#'
- '#Call to an undefined method Illuminate\\Contracts\\Foundation\\Application::forgetInstance\(\)#'
- '#Access to an undefined property Illuminate\\Support\\HigherOrderCollectionProxy#'
- '#Access to an undefined property Illuminate\\Contracts\\Foundation\\Application::\$view#'
- '#Unsafe usage of new static#'
- '#Dead catch#'
- '/Call to an undefined method League\\Flysystem\\Filesystem::deleteDir\(\)./'
- '/Instantiated class League\\Flysystem\\Adapter\\Local not found./'
- '/Parameter #1 \$adapter of class League\\Flysystem\\Filesystem constructor expects League\\Flysystem\\FilesystemAdapter, League\\Flysystem\\Adapter\\Local given./'
- '/Call to method getPathPrefix\(\) on an unknown class League\\Flysystem\\Adapter\\Local/'
- '/Access to an undefined property Knuckles\\Scribe\\Extracting\\Shared\\ResponseFieldTools::\$config./'