|
1 | 1 | parameters:
|
2 | 2 | ignoreErrors:
|
3 | 3 | -
|
4 |
| - message: "#^Call to an undefined method Faker\\\\Generator\\:\\:bs\\(\\)\\.$#" |
| 4 | + message: '#^Call to an undefined method Faker\\Generator\:\:bs\(\)\.$#' |
| 5 | + identifier: method.notFound |
5 | 6 | count: 1
|
6 | 7 | path: database/factories/FilamentFormFactory.php
|
7 | 8 |
|
8 | 9 | -
|
9 |
| - message: "#^Call to an undefined method Faker\\\\Generator\\:\\:bs\\(\\)\\.$#" |
| 10 | + message: '#^Call to an undefined method Faker\\Generator\:\:bs\(\)\.$#' |
| 11 | + identifier: method.notFound |
10 | 12 | count: 1
|
11 | 13 | path: database/seeders/FilamentFormSeeder.php
|
12 | 14 |
|
13 | 15 | -
|
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 |
15 | 18 | count: 1
|
16 | 19 | path: src/Exports/FilamentFormUsersExport.php
|
17 | 20 |
|
18 | 21 | -
|
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 |
20 | 36 | count: 6
|
21 | 37 | path: src/Filament/Resources/FilamentFormResource/RelationManagers/FilamentFormFieldsRelationManager.php
|
22 | 38 |
|
23 | 39 | -
|
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 |
25 | 42 | count: 1
|
26 | 43 | path: src/Filament/Resources/FilamentFormResource/RelationManagers/FilamentFormFieldsRelationManager.php
|
27 | 44 |
|
28 | 45 | -
|
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 |
30 | 48 | count: 1
|
31 | 49 | path: src/Filament/Resources/FilamentFormResource/RelationManagers/FilamentFormUsersRelationManager.php
|
32 | 50 |
|
33 | 51 | -
|
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 |
35 | 54 | count: 1
|
36 | 55 | path: src/Livewire/FilamentForm/Show.php
|
37 | 56 |
|
38 | 57 | -
|
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 |
40 | 60 | count: 1
|
41 | 61 | path: src/Livewire/FilamentForm/Show.php
|
0 commit comments