-
Notifications
You must be signed in to change notification settings - Fork 37
/
phpstan-baseline.neon
61 lines (50 loc) · 2.87 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
parameters:
ignoreErrors:
-
message: "#^Call to an undefined method FAPI\\\\Localise\\\\Model\\\\Translation\\\\Translation\\|Psr\\\\Http\\\\Message\\\\ResponseInterface\\:\\:getTranslation\\(\\)\\.$#"
count: 1
path: src/Loco.php
-
message: "#^Parameter \\#1 \\$projectKey of method FAPI\\\\Localise\\\\Api\\\\Translation\\:\\:get\\(\\) expects string, string\\|null given\\.$#"
count: 2
path: src/Loco.php
-
message: "#^Parameter \\#1 \\$projectKey of method FAPI\\\\Localise\\\\Api\\\\Asset\\:\\:create\\(\\) expects string, string\\|null given\\.$#"
count: 1
path: src/Loco.php
-
message: "#^Parameter \\#1 \\$projectKey of method FAPI\\\\Localise\\\\Api\\\\Translation\\:\\:create\\(\\) expects string, string\\|null given\\.$#"
count: 3
path: src/Loco.php
-
message: "#^Parameter \\#1 \\$projectKey of method FAPI\\\\Localise\\\\Api\\\\Asset\\:\\:tag\\(\\) expects string, string\\|null given\\.$#"
count: 1
path: src/Loco.php
-
message: "#^Parameter \\#1 \\$projectKey of method FAPI\\\\Localise\\\\Api\\\\Asset\\:\\:patch\\(\\) expects string, string\\|null given\\.$#"
count: 1
path: src/Loco.php
-
message: "#^Parameter \\#1 \\$projectKey of method FAPI\\\\Localise\\\\Api\\\\Translation\\:\\:delete\\(\\) expects string, string\\|null given\\.$#"
count: 1
path: src/Loco.php
-
message: "#^Parameter \\#1 \\$projectKey of method FAPI\\\\Localise\\\\Api\\\\Export\\:\\:locale\\(\\) expects string, string\\|null given\\.$#"
count: 1
path: src/Loco.php
-
message: "#^Parameter \\#1 \\$content of static method Translation\\\\SymfonyStorage\\\\XliffConverter\\:\\:contentToCatalogue\\(\\) expects string, Psr\\\\Http\\\\Message\\\\ResponseInterface\\|string given\\.$#"
count: 1
path: src/Loco.php
-
message: "#^Parameter \\#1 \\$catalogue of static method Translation\\\\SymfonyStorage\\\\XliffConverter\\:\\:catalogueToContent\\(\\) expects Symfony\\\\Component\\\\Translation\\\\MessageCatalogue, Symfony\\\\Component\\\\Translation\\\\MessageCatalogueInterface given\\.$#"
count: 1
path: src/Loco.php
-
message: "#^Parameter \\#1 \\$projectKey of method FAPI\\\\Localise\\\\Api\\\\Import\\:\\:import\\(\\) expects string, string\\|null given\\.$#"
count: 1
path: src/Loco.php
-
message: "#^Call to an undefined method Symfony\\\\Component\\\\Config\\\\Definition\\\\Builder\\\\TreeBuilder\\:\\:root\\(\\)\\.$#"
count: 2
path: src/Bridge/Symfony/DependencyInjection/Configuration.php