-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathphpstan.neon.dist
More file actions
32 lines (30 loc) · 1017 Bytes
/
Copy pathphpstan.neon.dist
File metadata and controls
32 lines (30 loc) · 1017 Bytes
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
includes:
- phpstan-baseline.neon
parameters:
level: 5
paths:
- src
- config
bootstrapFiles:
- vendor/bagisto/bagisto/packages/Webkul/Core/src/Http/helpers.php
- vendor/bagisto/bagisto/packages/Webkul/Theme/src/Http/helpers.php
- vendor/bagisto/bagisto/packages/Webkul/Product/src/Http/helpers.php
tmpDir: build/phpstan
checkOctaneCompatibility: true
checkModelProperties: true
configDirectories:
- config
viewDirectories:
- resources/views
treatPhpDocTypesAsCertain: false
universalObjectCratesClasses:
- BagistoPlus\Visual\Sections\Concerns\SettingsValues
stubFiles:
- stubs/Webkul/Theme/Theme.stub
- stubs/Webkul/Theme/Themes.stub
- stubs/Webkul/Core/Models/Locale.stub
- stubs/Webkul/Core/Models/Channel.stub
ignoreErrors:
-
message: '#Parameter \#1 \$column of method #'
path: src/Http/Controllers/Admin/ThemeEditorController.php