This repository was archived by the owner on Sep 10, 2024. It is now read-only.
forked from Cakasim/php-payone-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
62 lines (50 loc) · 2.39 KB
/
phpstan-baseline.neon
File metadata and controls
62 lines (50 loc) · 2.39 KB
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: "#^Method Cakasim\\\\Payone\\\\Sdk\\\\Api\\\\Message\\\\AbstractMessage\\:\\:unserialize\\(\\) has parameter \\$serialized with no typehint specified\\.$#"
count: 1
path: src\Api\Message\AbstractMessage.php
-
message: "#^Method Cakasim\\\\Payone\\\\Sdk\\\\Api\\\\Message\\\\BinaryResponse\\:\\:unserialize\\(\\) has parameter \\$serialized with no typehint specified\\.$#"
count: 1
path: src\Api\Message\BinaryResponse.php
-
message: "#^Parameter \\#1 \\$name of class ReflectionFunction constructor expects Closure\\|string, callable\\(\\)\\: mixed given\\.$#"
count: 1
path: src\Container\Binding\CallableBinding.php
-
message: "#^Parameter \\#1 \\$argument of class ReflectionClass constructor expects class\\-string\\<T of object\\>\\|T of object, string given\\.$#"
count: 1
path: src\Container\Binding\ClassBinding.php
-
message: "#^Unreachable statement \\- code above always terminates\\.$#"
count: 1
path: src\Container\Container.php
-
message: "#^Array \\(array\\<array\\<string\\>\\>\\) does not accept array\\<int, array\\|int\\|string\\>\\.$#"
count: 1
path: src\Http\Message\AbstractMessage.php
-
message: "#^Method Cakasim\\\\Payone\\\\Sdk\\\\Http\\\\Message\\\\AbstractMessage\\:\\:getHeaders\\(\\) should return array\\<array\\<string\\>\\> but returns array\\<string, string\\>\\.$#"
count: 1
path: src\Http\Message\AbstractMessage.php
-
message: "#^Method Cakasim\\\\Payone\\\\Sdk\\\\Http\\\\Message\\\\AbstractMessage\\:\\:getHeader\\(\\) should return array\\<string\\> but returns array\\|string\\.$#"
count: 1
path: src\Http\Message\AbstractMessage.php
-
message: "#^Array \\(array\\<array\\<string\\>\\>\\) does not accept array\\<int, array\\<string\\>\\|string\\>\\.$#"
count: 1
path: src\Http\Message\AbstractMessage.php
-
message: "#^Cannot assign offset string to array\\<int\\|string, int\\>\\|false\\.$#"
count: 1
path: src\Http\Message\Stream.php
-
message: "#^Method Cakasim\\\\Payone\\\\Sdk\\\\Notification\\\\Message\\\\AbstractMessage\\:\\:unserialize\\(\\) has parameter \\$serialized with no typehint specified\\.$#"
count: 1
path: src\Notification\Message\AbstractMessage.php
-
message: "#^PHPDoc tag @throws with type Psr\\\\Container\\\\ContainerExceptionInterface is not subtype of Throwable$#"
count: 4
path: src\Sdk.php