-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathphpstan.ignore.neon
More file actions
26 lines (22 loc) · 1.08 KB
/
phpstan.ignore.neon
File metadata and controls
26 lines (22 loc) · 1.08 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
parameters:
ignoreErrors:
- message: '#^Call to an undefined method App\\Providers\\FilamentServiceProvider::getId\(\)\.$#'
identifier: method.notFound
count: 2
path: app/Providers/FilamentServiceProvider.php
- message: '#^Call to an undefined method App\\Providers\\FilamentServiceProvider::colors\(\)\.$#'
identifier: method.notFound
count: 1
path: app/Providers/FilamentServiceProvider.php
- message: '#^Call to an undefined method App\\Providers\\FilamentServiceProvider::discoverResources\(\)\.$#'
identifier: method.notFound
count: 1
path: app/Providers/FilamentServiceProvider.php
- message: '#^Call to an undefined method App\\Providers\\FilamentServiceProvider::viteTheme\(\)\.$#'
identifier: method.notFound
count: 1
path: app/Providers/FilamentServiceProvider.php
- message: '#^Function module_path not found\.$#'
identifier: function.notFound
count: 1
path: app/Providers/FilamentServiceProvider.php