-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
37 lines (32 loc) · 1.16 KB
/
phpstan-baseline.neon
File metadata and controls
37 lines (32 loc) · 1.16 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
parameters:
ignoreErrors:
-
message: '#^Class App\\Models\\User not found\.$#'
identifier: class.notFound
count: 1
path: config/filament-authentication-log.php
-
message: '#^Method Spatie\\LaravelPackageTools\\Package\:\:hasTranslations\(\) invoked with 1 parameter, 0 required\.$#'
identifier: arguments.count
count: 1
path: src/FilamentAuthenticationLogServiceProvider.php
-
message: '#^Access to an undefined property Illuminate\\Database\\Eloquent\\Model\:\:\$authenticatable\.$#'
identifier: property.notFound
count: 3
path: src/Resources/AuthenticationLogResource.php
-
message: '#^Access to an undefined property Illuminate\\Database\\Eloquent\\Model\:\:\$authenticatable_id\.$#'
identifier: property.notFound
count: 1
path: src/Resources/AuthenticationLogResource.php
-
message: '#^Call to an undefined method Filament\\Contracts\\Plugin\:\:getPanelName\(\)\.$#'
identifier: method.notFound
count: 1
path: src/Resources/AuthenticationLogResource.php
-
message: '#^Class App\\Models\\User not found\.$#'
identifier: class.notFound
count: 1
path: src/Resources/AuthenticationLogResource.php