forked from FriendsOfApi/localise.biz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
phpstan-baseline.neon
77 lines (62 loc) · 2.6 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
67
68
69
70
71
72
73
74
75
76
parameters:
ignoreErrors:
-
message: "#^PHPDoc tag @throws with type FAPI\\\\Localise\\\\Exception is not subtype of Throwable$#"
count: 2
path: src/Api/Asset.php
-
message: "#^PHPDoc tag @throws with type FAPI\\\\Localise\\\\Exception\\\\DomainException is not subtype of Throwable$#"
count: 1
path: src/Api/Asset.php
-
message: "#^PHPDoc tag @throws with type FAPI\\\\Localise\\\\Exception is not subtype of Throwable$#"
count: 1
path: src/Api/Export.php
-
message: "#^PHPDoc tag @throws with type FAPI\\\\Localise\\\\Exception\\\\DomainException is not subtype of Throwable$#"
count: 1
path: src/Api/HttpApi.php
-
message: "#^PHPDoc tag @throws with type FAPI\\\\Localise\\\\Exception is not subtype of Throwable$#"
count: 1
path: src/Api/Import.php
-
message: "#^PHPDoc tag @throws with type FAPI\\\\Localise\\\\Exception is not subtype of Throwable$#"
count: 3
path: src/Api/Translation.php
-
message: "#^PHPDoc tag @return with type string is incompatible with native type bool\\.$#"
count: 2
path: src/Model/Translation/Translation.php
-
message: "#^PHPDoc tag @return with type string is incompatible with native type int\\.$#"
count: 1
path: src/Model/Translation/Translation.php
-
message: "#^Property FAPI\\\\Localise\\\\RequestBuilder\\:\\:\\$multipartStreamBuilder has unknown class Http\\\\Message\\\\MultipartStream\\\\MultipartStreamBuilder as its type\\.$#"
count: 1
path: src/RequestBuilder.php
-
message: "#^Parameter \\$multipartStreamBuilder of method FAPI\\\\Localise\\\\RequestBuilder\\:\\:__construct\\(\\) has invalid typehint type Http\\\\Message\\\\MultipartStream\\\\MultipartStreamBuilder\\.$#"
count: 2
path: src/RequestBuilder.php
-
message: "#^Instantiated class Http\\\\Message\\\\MultipartStream\\\\MultipartStreamBuilder not found\\.$#"
count: 1
path: src/RequestBuilder.php
-
message: "#^Call to method addResource\\(\\) on an unknown class Http\\\\Message\\\\MultipartStream\\\\MultipartStreamBuilder\\.$#"
count: 1
path: src/RequestBuilder.php
-
message: "#^Call to method build\\(\\) on an unknown class Http\\\\Message\\\\MultipartStream\\\\MultipartStreamBuilder\\.$#"
count: 1
path: src/RequestBuilder.php
-
message: "#^Call to method getBoundary\\(\\) on an unknown class Http\\\\Message\\\\MultipartStream\\\\MultipartStreamBuilder\\.$#"
count: 1
path: src/RequestBuilder.php
-
message: "#^Call to method reset\\(\\) on an unknown class Http\\\\Message\\\\MultipartStream\\\\MultipartStreamBuilder\\.$#"
count: 1
path: src/RequestBuilder.php