-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
49 lines (42 loc) · 2.1 KB
/
phpstan-baseline.neon
File metadata and controls
49 lines (42 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
parameters:
ignoreErrors:
-
message: '#^Class DutchCodingCompany\\FilamentDeveloperLogins\\Database\\Factories\\TestUserFactory extends generic class Illuminate\\Database\\Eloquent\\Factories\\Factory but does not specify its types\: TModel$#'
identifier: missingType.generics
count: 1
path: database/factories/TestUserFactory.php
-
message: '#^Class App\\Models\\User not found\.$#'
identifier: class.notFound
count: 1
path: src/FilamentDeveloperLoginsPlugin.php
-
message: '#^Property DutchCodingCompany\\FilamentDeveloperLogins\\FilamentDeveloperLoginsPlugin\:\:\$modelClass \(class\-string\<Illuminate\\Contracts\\Auth\\Authenticatable&Illuminate\\Database\\Eloquent\\Model\>\) does not accept default value of type string\.$#'
identifier: property.defaultValue
count: 1
path: src/FilamentDeveloperLoginsPlugin.php
-
message: '#^Call to an undefined method Illuminate\\Testing\\TestResponse\:\:assertDontSeeLivewire\(\)\.$#'
identifier: method.notFound
count: 3
path: tests/Feature/MenuLoginsTest.php
-
message: '#^Call to an undefined method Illuminate\\Testing\\TestResponse\:\:assertSeeLivewire\(\)\.$#'
identifier: method.notFound
count: 2
path: tests/Feature/MenuLoginsTest.php
-
message: '#^Unable to resolve the template type TComponent in call to method Livewire\\LivewireManager\:\:test\(\)$#'
identifier: argument.templateType
count: 3
path: tests/Feature/MenuLoginsTest.php
-
message: '#^Access to an undefined property DutchCodingCompany\\FilamentDeveloperLogins\\Tests\\Fixtures\\TestUser\:\:\$is_admin\.$#'
identifier: property.notFound
count: 1
path: tests/Fixtures/TestUser.php
-
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\.$#'
identifier: argument.type
count: 1
path: tests/TestCase.php