-
Notifications
You must be signed in to change notification settings - Fork 181
/
phpstan-baseline.neon
56 lines (46 loc) · 1.77 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
parameters:
ignoreErrors:
-
message: "#^Access to an undefined property Vonage\\\\Account\\\\Price\\:\\:\\$priceMethod\\.$#"
count: 1
path: src/Account/Price.php
-
message: "#^Access to an undefined property Vonage\\\\Application\\\\Application\\:\\:\\$data\\.$#"
count: 1
path: src/Application/Application.php
-
message: "#^Call to an undefined method Vonage\\\\Application\\\\Client\\:\\:fromArray\\(\\)\\.$#"
count: 1
path: src/Application/Client.php
-
message: "#^Instantiated class Http\\\\Adapter\\\\Guzzle6\\\\Client not found\\.$#"
count: 1
path: src/Client.php
-
message: "#^Unsafe usage of new static\\(\\)\\.$#"
count: 1
path: src/Client/Callback/Callback.php
-
message: "#^Access to an undefined property Vonage\\\\Client\\\\Exception\\\\Request\\:\\:\\$data\\.$#"
count: 1
path: src/Client/Exception/Request.php
-
message: "#^Call to an undefined method \\$this\\(Vonage\\\\Client\\\\Exception\\\\Request\\)&Vonage\\\\Entity\\\\Hydrator\\\\ArrayHydrateInterface\\:\\:getResponseData\\(\\)\\.$#"
count: 1
path: src/Client/Exception/Request.php
-
message: "#^Access to an undefined property Vonage\\\\Client\\\\Exception\\\\Server\\:\\:\\$data\\.$#"
count: 1
path: src/Client/Exception/Server.php
-
message: "#^Call to an undefined method \\$this\\(Vonage\\\\Client\\\\Exception\\\\Server\\)&Vonage\\\\Entity\\\\Hydrator\\\\ArrayHydrateInterface\\:\\:getResponseData\\(\\)\\.$#"
count: 1
path: src/Client/Exception/Server.php
-
message: "#^Unsafe usage of new static\\(\\)\\.$#"
count: 1
path: src/Network/Number/Response.php
-
message: "#^Access to an undefined property Vonage\\\\Verify\\\\Verification\\:\\:\\$data\\.$#"
count: 1
path: src/Verify/Verification.php