|
1 | 1 | parameters: |
2 | 2 | ignoreErrors: |
3 | 3 | - |
4 | | - message: "#^Class DutchCodingCompany\\\\FilamentDeveloperLogins\\\\Database\\\\Factories\\\\TestUserFactory extends generic class Illuminate\\\\Database\\\\Eloquent\\\\Factories\\\\Factory but does not specify its types\\: TModel$#" |
| 4 | + message: '#^Class DutchCodingCompany\\FilamentDeveloperLogins\\Database\\Factories\\TestUserFactory extends generic class Illuminate\\Database\\Eloquent\\Factories\\Factory but does not specify its types\: TModel$#' |
| 5 | + identifier: missingType.generics |
5 | 6 | count: 1 |
6 | 7 | path: database/factories/TestUserFactory.php |
7 | 8 |
|
8 | 9 | - |
9 | | - message: "#^Class App\\\\Models\\\\User not found\\.$#" |
| 10 | + message: '#^Class App\\Models\\User not found\.$#' |
| 11 | + identifier: class.notFound |
10 | 12 | count: 1 |
11 | 13 | path: src/FilamentDeveloperLoginsPlugin.php |
12 | 14 |
|
13 | 15 | - |
14 | | - message: "#^Property DutchCodingCompany\\\\FilamentDeveloperLogins\\\\FilamentDeveloperLoginsPlugin\\:\\:\\$modelClass \\(class\\-string\\<Illuminate\\\\Contracts\\\\Auth\\\\Authenticatable&Illuminate\\\\Database\\\\Eloquent\\\\Model\\>\\) does not accept default value of type string\\.$#" |
| 16 | + message: '#^Property DutchCodingCompany\\FilamentDeveloperLogins\\FilamentDeveloperLoginsPlugin\:\:\$modelClass \(class\-string\<Illuminate\\Contracts\\Auth\\Authenticatable&Illuminate\\Database\\Eloquent\\Model\>\) does not accept default value of type string\.$#' |
| 17 | + identifier: property.defaultValue |
15 | 18 | count: 1 |
16 | 19 | path: src/FilamentDeveloperLoginsPlugin.php |
17 | 20 |
|
18 | 21 | - |
19 | | - message: "#^Call to an undefined method Illuminate\\\\Testing\\\\TestResponse\\:\\:assertDontSeeLivewire\\(\\)\\.$#" |
| 22 | + message: '#^Call to an undefined method Illuminate\\Testing\\TestResponse\:\:assertDontSeeLivewire\(\)\.$#' |
| 23 | + identifier: method.notFound |
20 | 24 | count: 3 |
21 | 25 | path: tests/Feature/MenuLoginsTest.php |
22 | 26 |
|
23 | 27 | - |
24 | | - message: "#^Call to an undefined method Illuminate\\\\Testing\\\\TestResponse\\:\\:assertSeeLivewire\\(\\)\\.$#" |
| 28 | + message: '#^Call to an undefined method Illuminate\\Testing\\TestResponse\:\:assertSeeLivewire\(\)\.$#' |
| 29 | + identifier: method.notFound |
25 | 30 | count: 2 |
26 | 31 | path: tests/Feature/MenuLoginsTest.php |
27 | 32 |
|
28 | 33 | - |
29 | | - message: "#^Access to an undefined property DutchCodingCompany\\\\FilamentDeveloperLogins\\\\Tests\\\\Fixtures\\\\TestUser\\:\\:\\$is_admin\\.$#" |
| 34 | + message: '#^Access to an undefined property DutchCodingCompany\\FilamentDeveloperLogins\\Tests\\Fixtures\\TestUser\:\:\$is_admin\.$#' |
| 35 | + identifier: property.notFound |
30 | 36 | count: 1 |
31 | 37 | path: tests/Fixtures/TestUser.php |
32 | 38 |
|
33 | 39 | - |
34 | | - message: "#^Parameter \\#1 \\$callback of static method Illuminate\\\\Database\\\\Eloquent\\\\Factories\\\\Factory\\<Illuminate\\\\Database\\\\Eloquent\\\\Model\\>\\:\\:guessFactoryNamesUsing\\(\\) expects callable\\(class\\-string\\<Illuminate\\\\Database\\\\Eloquent\\\\Model\\>\\)\\: class\\-string\\<Illuminate\\\\Database\\\\Eloquent\\\\Factories\\\\Factory\\>, Closure\\(string\\)\\: non\\-falsy\\-string given\\.$#" |
| 40 | + message: '#^Parameter \#1 \$callback of static method Illuminate\\Database\\Eloquent\\Factories\\Factory\<Illuminate\\Database\\Eloquent\\Model\>\:\:guessFactoryNamesUsing\(\) expects callable\(class\-string\<Illuminate\\Database\\Eloquent\\Model\>\)\: class\-string\<Illuminate\\Database\\Eloquent\\Factories\\Factory\>, Closure\(string\)\: non\-falsy\-string given\.$#' |
| 41 | + identifier: argument.type |
35 | 42 | count: 1 |
36 | 43 | path: tests/TestCase.php |
0 commit comments