forked from nfephp-org/sped-nfe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
phpstan-baseline.neon
37 lines (30 loc) · 930 Bytes
/
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: "#^Access to an undefined property object\\:\\:\\$method\\.$#"
count: 1
path: src/Common/Tools.php
-
message: "#^Access to an undefined property object\\:\\:\\$operation\\.$#"
count: 1
path: src/Common/Tools.php
-
message: "#^Access to an undefined property object\\:\\:\\$version\\.$#"
count: 1
path: src/Common/Tools.php
-
message: "#^Parameter \\#1 \\$version of static method NFePHP\\\\NFe\\\\Common\\\\ValidTXT\\:\\:loadStructure\\(\\) expects float, string given\\.$#"
count: 1
path: src/Common/ValidTXT.php
-
message: "#^Unsafe usage of new static\\(\\)\\.$#"
count: 1
path: src/Convert.php
-
message: "#^Unsafe usage of new static\\(\\)\\.$#"
count: 1
path: src/Exception/DocumentsException.php
-
message: "#^Variable \\$tpEmis might not be defined\\.$#"
count: 1
path: src/Factories/Contingency.php