-
Notifications
You must be signed in to change notification settings - Fork 0
/
phpstan-baseline.neon
36 lines (30 loc) · 1.5 KB
/
phpstan-baseline.neon
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
parameters:
ignoreErrors:
-
message: "#^Call to an undefined static method static\\(Lemaur\\\\LaravelTypedArr\\\\LaravelTypedArrServiceProvider\\)\\:\\:camelCaseKeys\\(\\)\\.$#"
count: 1
path: src/LaravelTypedArrServiceProvider.php
-
message: "#^Call to an undefined static method static\\(Lemaur\\\\LaravelTypedArr\\\\LaravelTypedArrServiceProvider\\)\\:\\:get\\(\\)\\.$#"
count: 8
path: src/LaravelTypedArrServiceProvider.php
-
message: "#^Call to an undefined static method static\\(Lemaur\\\\LaravelTypedArr\\\\LaravelTypedArrServiceProvider\\)\\:\\:isEmptyString\\(\\)\\.$#"
count: 2
path: src/LaravelTypedArrServiceProvider.php
-
message: "#^Call to an undefined static method static\\(Lemaur\\\\LaravelTypedArr\\\\LaravelTypedArrServiceProvider\\)\\:\\:isNotFilled\\(\\)\\.$#"
count: 2
path: src/LaravelTypedArrServiceProvider.php
-
message: "#^Call to an undefined static method static\\(Lemaur\\\\LaravelTypedArr\\\\LaravelTypedArrServiceProvider\\)\\:\\:kebabCaseKeys\\(\\)\\.$#"
count: 1
path: src/LaravelTypedArrServiceProvider.php
-
message: "#^Call to an undefined static method static\\(Lemaur\\\\LaravelTypedArr\\\\LaravelTypedArrServiceProvider\\)\\:\\:snakeCaseKeys\\(\\)\\.$#"
count: 1
path: src/LaravelTypedArrServiceProvider.php
-
message: "#^Call to an undefined static method static\\(Lemaur\\\\LaravelTypedArr\\\\LaravelTypedArrServiceProvider\\)\\:\\:studlyCaseKeys\\(\\)\\.$#"
count: 1
path: src/LaravelTypedArrServiceProvider.php