-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathphpstan-baseline.neon
66 lines (54 loc) · 2.21 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
parameters:
ignoreErrors:
-
message: "#^Trait Henzeb\\\\Enumhancer\\\\Concerns\\\\Constructor is used zero times and is not analysed\\.$#"
count: 1
path: src/Concerns/Constructor.php
-
message: "#^Trait Henzeb\\\\Enumhancer\\\\Concerns\\\\Extractor is used zero times and is not analysed\\.$#"
count: 1
path: src/Concerns/Extractor.php
-
message: "#^Trait Henzeb\\\\Enumhancer\\\\Concerns\\\\Getters is used zero times and is not analysed\\.$#"
count: 1
path: src/Concerns/Getters.php
-
message: "#^Trait Henzeb\\\\Enumhancer\\\\Concerns\\\\Reporters is used zero times and is not analysed\\.$#"
count: 1
path: src/Concerns/Reporters.php
-
message: "#^Unsafe usage of new static\\(\\)\\.$#"
count: 1
path: src/Contracts/Mapper.php
-
message: "#^Access to an uninitialized readonly property Henzeb\\\\Enumhancer\\\\Helpers\\\\EnumProxy\\:\\:\\$name\\.$#"
count: 1
path: src/Helpers/EnumProxy.php
-
message: "#^Call to method to\\(\\) on an unknown class Henzeb\\\\Enumhancer\\\\Concerns\\\\State\\.$#"
count: 1
path: src/Helpers/EnumState.php
-
message: "#^Call to method tryTo\\(\\) on an unknown class Henzeb\\\\Enumhancer\\\\Concerns\\\\State\\.$#"
count: 1
path: src/Helpers/EnumState.php
-
message: "#^PHPDoc tag @var for variable \\$currentState has invalid type Henzeb\\\\Enumhancer\\\\Concerns\\\\State\\.$#"
count: 1
path: src/Helpers/EnumState.php
-
message: "#^Trait Henzeb\\\\Enumhancer\\\\Laravel\\\\Concerns\\\\CastsBasicEnumerations is used zero times and is not analysed\\.$#"
count: 1
path: src/Laravel/Concerns/CastsBasicEnumerations.php
-
message: "#^Trait Henzeb\\\\Enumhancer\\\\Laravel\\\\Concerns\\\\CastsStatefulEnumerations is used zero times and is not analysed\\.$#"
count: 1
path: src/Laravel/Concerns/CastsStatefulEnumerations.php
-
message: "#^Call to method isTransitionAllowed\\(\\) on an unknown class Henzeb\\\\Enumhancer\\\\Concerns\\\\State\\.$#"
count: 1
path: src/Laravel/Rules/EnumTransition.php
-
message: "#^PHPDoc tag @var for variable \\$currentState has invalid type Henzeb\\\\Enumhancer\\\\Concerns\\\\State\\.$#"
count: 1
path: src/Laravel/Rules/EnumTransition.php