forked from filamentphp/filament
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpstan.neon.dist
More file actions
36 lines (32 loc) · 1.74 KB
/
phpstan.neon.dist
File metadata and controls
36 lines (32 loc) · 1.74 KB
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
33
34
35
36
parameters:
level: 6
paths:
- packages
excludePaths:
- packages/upgrade/bin
- packages/upgrade/src/Rector
reportUnmatchedIgnoredErrors: false
ignoreErrors:
- '#Unable to resolve the template type TKey in call to function collect#'
- '#Unable to resolve the template type TValue in call to function collect#'
- '#Call to static method PHPUnit\\Framework\\Assert::assert#'
- '#.*Illuminate\\Database\\Eloquent\\Relations\\HasOneOrManyThrough.*#'
-
message: "#^Parameter \\#1 \\$value of method Filament\\\\Support\\\\Components\\\\Component\\:\\:evaluate\\(\\) expects \\(callable\\(\\)\\: void\\)\\|void, Closure\\(Filament\\\\Forms\\\\Components\\\\BaseFileUpload, Filament\\\\Schema\\\\Components\\\\Utilities\\\\Get, Filament\\\\Schema\\\\Components\\\\Utilities\\\\Set\\)\\: void given\\.$#"
count: 2
path: packages/forms/src/Components/BaseFileUpload.php
-
message: "#^Parameter \\#1 \\$value of method Filament\\\\Support\\\\Components\\\\Component\\:\\:evaluate\\(\\) expects \\(callable\\(\\)\\: \\(string\\|null\\)\\)\\|string\\|null, Closure\\(Filament\\\\Schema\\\\Components\\\\Utilities\\\\Get\\)\\: \\(string\\|null\\) given\\.$#"
count: 1
path: packages/forms/src/Components/MorphToSelect.php
-
identifier: property.notFound
path: packages/actions/src/Testing/TestsActions.php
-
identifier: method.notFound
path: packages/actions/src/Testing/TestsActions.php
-
identifier: larastan.noEnvCallsOutsideOfConfig
path: packages/support/config/filament.php
-
identifier: missingType.generics