-
Notifications
You must be signed in to change notification settings - Fork 3
/
phpstan-baseline.neon
36 lines (30 loc) · 1.07 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 deprecated method registerWidget\\(\\) of class OffbeatWP\\\\Components\\\\ComponentRepository\\.$#"
count: 1
path: src/Components/ComponentRepository.php
-
message: "#^Call to static method get\\(\\) on an unknown class OffbeatWP\\\\AcfCore\\\\ComponentFields\\.$#"
count: 1
path: src/Components/GenericWidget.php
-
message: "#^Function get_field not found\\.$#"
count: 1
path: src/Components/GenericWidget.php
-
message: "#^Access to undefined constant static\\(OffbeatWP\\\\Form\\\\Fields\\\\AbstractField\\)\\:\\:FIELD_TYPE\\.$#"
count: 1
path: src/Form/Fields/AbstractField.php
-
message: "#^Unsafe usage of new static\\(\\)\\.$#"
count: 1
path: src/Form/Fields/AbstractField.php
-
message: "#^Template type T of function container\\(\\) is not referenced in a parameter\\.$#"
count: 1
path: src/Foundation/helpers.php
-
message: "#^Template type T of function offbeat\\(\\) is not referenced in a parameter\\.$#"
count: 1
path: src/Foundation/helpers.php