-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathphpstan-baseline.neon
42 lines (34 loc) · 1.26 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
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