-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
61 lines (52 loc) · 2.1 KB
/
Copy pathphpstan-baseline.neon
File metadata and controls
61 lines (52 loc) · 2.1 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
parameters:
ignoreErrors:
-
message: '#^Call to an undefined method Faker\\Generator\:\:bs\(\)\.$#'
identifier: method.notFound
count: 1
path: database/factories/FilamentFormFactory.php
-
message: '#^Call to an undefined method Faker\\Generator\:\:bs\(\)\.$#'
identifier: method.notFound
count: 1
path: database/seeders/FilamentFormSeeder.php
-
message: '#^Access to an undefined property Illuminate\\Database\\Eloquent\\Model\:\:\$entry\.$#'
identifier: property.notFound
count: 1
path: src/Exports/FilamentFormUsersExport.php
-
message: '#^Access to an undefined property Illuminate\\Database\\Eloquent\\Model\:\:\$filament_form_id\.$#'
identifier: property.notFound
count: 1
path: src/Exports/FilamentFormUsersExport.php
-
message: '#^Access to an undefined property Illuminate\\Database\\Eloquent\\Model\:\:\$locked\.$#'
identifier: property.notFound
count: 6
path: src/Filament/Resources/FilamentFormResource/RelationManagers/FilamentFormFieldsRelationManager.php
-
message: '#^Call to an undefined method Illuminate\\Database\\Eloquent\\Model\:\:filamentFormFields\(\)\.$#'
identifier: method.notFound
count: 1
path: src/Filament/Resources/FilamentFormResource/RelationManagers/FilamentFormFieldsRelationManager.php
-
message: '#^Access to an undefined property Illuminate\\Database\\Eloquent\\Model\:\:\$name\.$#'
identifier: property.notFound
count: 1
path: src/Filament/Resources/FilamentFormResource/RelationManagers/FilamentFormUsersRelationManager.php
-
message: '#^Call to an undefined method Filament\\Forms\\Components\\Field\:\:multiple\(\)\.$#'
identifier: method.notFound
count: 1
path: src/Livewire/FilamentForm/Show.php
-
message: '#^Call to an undefined method Filament\\Forms\\Components\\Field\:\:disableToolbarButtons\(\)\.$#'
identifier: method.notFound
count: 1
path: src/Livewire/FilamentForm/Show.php
-
message: '#^Call to an undefined method Filament\\Forms\\Components\\Field\:\:options\(\)\.$#'
identifier: method.notFound
count: 1
path: src/Livewire/FilamentForm/Show.php