-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
/
phpstan.neon.dist
24 lines (20 loc) · 1.13 KB
/
phpstan.neon.dist
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
paths:
- packages
excludePaths:
- packages/upgrade/*
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#'
-
message: "#^Parameter \\#1 \\$value of method Filament\\\\Support\\\\Components\\\\Component\\:\\:evaluate\\(\\) expects \\(callable\\(\\)\\: void\\)\\|void, Closure\\(Filament\\\\Forms\\\\Components\\\\BaseFileUpload, Filament\\\\Forms\\\\Get, Filament\\\\Forms\\\\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\\\\Forms\\\\Get\\)\\: \\(string\\|null\\) given\\.$#"
count: 1
path: packages/forms/src/Components/MorphToSelect.php
-
identifier: missingType.generics