Skip to content

Commit acb4b80

Browse files
committed
baseline
1 parent c2c73ef commit acb4b80

File tree

2 files changed

+29
-9
lines changed

2 files changed

+29
-9
lines changed

phpstan-baseline.neon

Lines changed: 28 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,61 @@
11
parameters:
22
ignoreErrors:
33
-
4-
message: "#^Call to an undefined method Faker\\\\Generator\\:\\:bs\\(\\)\\.$#"
4+
message: '#^Call to an undefined method Faker\\Generator\:\:bs\(\)\.$#'
5+
identifier: method.notFound
56
count: 1
67
path: database/factories/FilamentFormFactory.php
78

89
-
9-
message: "#^Call to an undefined method Faker\\\\Generator\\:\\:bs\\(\\)\\.$#"
10+
message: '#^Call to an undefined method Faker\\Generator\:\:bs\(\)\.$#'
11+
identifier: method.notFound
1012
count: 1
1113
path: database/seeders/FilamentFormSeeder.php
1214

1315
-
14-
message: "#^Access to an undefined property Illuminate\\\\Database\\\\Eloquent\\\\Model\\:\\:\\$filament_form_id\\.$#"
16+
message: '#^Access to an undefined property Illuminate\\Database\\Eloquent\\Model\:\:\$entry\.$#'
17+
identifier: property.notFound
1518
count: 1
1619
path: src/Exports/FilamentFormUsersExport.php
1720

1821
-
19-
message: "#^Access to an undefined property Illuminate\\\\Database\\\\Eloquent\\\\Model\\:\\:\\$locked\\.$#"
22+
message: '#^Access to an undefined property Illuminate\\Database\\Eloquent\\Model\:\:\$filament_form_id\.$#'
23+
identifier: property.notFound
24+
count: 1
25+
path: src/Exports/FilamentFormUsersExport.php
26+
27+
-
28+
message: '#^Property Tapp\\FilamentFormBuilder\\Filament\\Forms\\Components\\Heading\:\:\$view \(view\-string\) does not accept default value of type string\.$#'
29+
identifier: property.defaultValue
30+
count: 1
31+
path: src/Filament/Forms/Components/Heading.php
32+
33+
-
34+
message: '#^Access to an undefined property Illuminate\\Database\\Eloquent\\Model\:\:\$locked\.$#'
35+
identifier: property.notFound
2036
count: 6
2137
path: src/Filament/Resources/FilamentFormResource/RelationManagers/FilamentFormFieldsRelationManager.php
2238

2339
-
24-
message: "#^Call to an undefined method Illuminate\\\\Database\\\\Eloquent\\\\Model\\:\\:filamentFormFields\\(\\)\\.$#"
40+
message: '#^Call to an undefined method Illuminate\\Database\\Eloquent\\Model\:\:filamentFormFields\(\)\.$#'
41+
identifier: method.notFound
2542
count: 1
2643
path: src/Filament/Resources/FilamentFormResource/RelationManagers/FilamentFormFieldsRelationManager.php
2744

2845
-
29-
message: "#^Access to an undefined property Illuminate\\\\Database\\\\Eloquent\\\\Model\\:\\:\\$name\\.$#"
46+
message: '#^Access to an undefined property Illuminate\\Database\\Eloquent\\Model\:\:\$name\.$#'
47+
identifier: property.notFound
3048
count: 1
3149
path: src/Filament/Resources/FilamentFormResource/RelationManagers/FilamentFormUsersRelationManager.php
3250

3351
-
34-
message: "#^Call to an undefined method Filament\\\\Forms\\\\Components\\\\Field\\:\\:multiple\\(\\)\\.$#"
52+
message: '#^Call to an undefined method Filament\\Forms\\Components\\Field\:\:multiple\(\)\.$#'
53+
identifier: method.notFound
3554
count: 1
3655
path: src/Livewire/FilamentForm/Show.php
3756

3857
-
39-
message: "#^Call to an undefined method Filament\\\\Forms\\\\Components\\\\Field\\:\\:options\\(\\)\\.$#"
58+
message: '#^Call to an undefined method Filament\\Forms\\Components\\Field\:\:options\(\)\.$#'
59+
identifier: method.notFound
4060
count: 1
4161
path: src/Livewire/FilamentForm/Show.php

resources/views/livewire/filament-form/show.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
@csrf
1111
{{ $this->form }}
1212

13-
<x-filament::button type="submit">
13+
<x-filament::button type="submit" class="mt-6">
1414
Submit
1515
</x-filament::button>
1616
</form>

0 commit comments

Comments
 (0)