-
-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathphpstan-baseline.neon
62 lines (52 loc) · 2.68 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: '#^Property Bitbucket\\Api\\AbstractApi\:\:\$perPage \(int\|null\) is never assigned int so it can be removed from the property type\.$#'
identifier: property.unusedType
count: 1
path: src/Api/AbstractApi.php
-
message: '#^Parameter \#3 \$options of method Http\\Message\\MultipartStream\\MultipartStreamBuilder\:\:addResource\(\) expects array\{headers\?\: array\<string, string\>, filename\?\: string\}, array given\.$#'
identifier: argument.type
count: 1
path: src/Api/Repositories/Workspaces/Downloads.php
-
message: '#^Parameter \#3 \$options of method Http\\Message\\MultipartStream\\MultipartStreamBuilder\:\:addResource\(\) expects array\{headers\?\: array\<string, string\>, filename\?\: string\}, array given\.$#'
identifier: argument.type
count: 1
path: src/Api/Repositories/Workspaces/Issues/Attachments.php
-
message: '#^Parameter \#3 \$options of method Http\\Message\\MultipartStream\\MultipartStreamBuilder\:\:addResource\(\) expects array\{headers\?\: array\<string, string\>, filename\?\: string\}, array given\.$#'
identifier: argument.type
count: 1
path: src/Api/Repositories/Workspaces/Src.php
-
message: '#^Parameter \#3 \$options of method Http\\Message\\MultipartStream\\MultipartStreamBuilder\:\:addResource\(\) expects array\{headers\?\: array\<string, string\>, filename\?\: string\}, array given\.$#'
identifier: argument.type
count: 1
path: src/Api/Snippets.php
-
message: '#^Parameter \#3 \$options of method Http\\Message\\MultipartStream\\MultipartStreamBuilder\:\:addResource\(\) expects array\{headers\?\: array\<string, string\>, filename\?\: string\}, array given\.$#'
identifier: argument.type
count: 2
path: src/Api/Snippets/Workspaces.php
-
message: '#^Parameter \#3 \$options of method Http\\Message\\MultipartStream\\MultipartStreamBuilder\:\:addResource\(\) expects array\{headers\?\: array\<string, string\>, filename\?\: string\}, array given\.$#'
identifier: argument.type
count: 1
path: src/Api/Snippets/Workspaces/Files.php
-
message: '#^PHPDoc tag @var with type string is not subtype of native type non\-empty\-string\|false\.$#'
identifier: varTag.nativeType
count: 1
path: src/HttpClient/Util/JsonArray.php
-
message: '#^PHPDoc tag @var with type Closure\(Bitbucket\\Api\\AbstractApi\)\: Bitbucket\\Api\\AbstractApi is not subtype of type Closure\(Bitbucket\\Api\\AbstractApi\)\: Bitbucket\\Api\\AbstractApi\.$#'
identifier: varTag.type
count: 1
path: src/ResultPager.php
-
message: '#^Variable method call on Bitbucket\\Api\\AbstractApi\.$#'
identifier: method.dynamicName
count: 1
path: src/ResultPager.php