-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
121 lines (102 loc) · 4.99 KB
/
phpstan-baseline.neon
File metadata and controls
121 lines (102 loc) · 4.99 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
parameters:
ignoreErrors:
-
rawMessage: 'Method chillerlan\Authenticator\Authenticator::__construct() has parameter $options with no value type specified in iterable type iterable.'
identifier: missingType.iterableValue
count: 1
path: src/Authenticator.php
-
rawMessage: 'Method chillerlan\Authenticator\Authenticator::setOptions() has parameter $options with no value type specified in iterable type iterable.'
identifier: missingType.iterableValue
count: 1
path: src/Authenticator.php
-
rawMessage: 'Parameter #1 $properties of class chillerlan\Authenticator\AuthenticatorOptions constructor expects array<string, mixed>|null, iterable given.'
identifier: argument.type
count: 1
path: src/Authenticator.php
-
rawMessage: 'Method chillerlan\Authenticator\Authenticators\AuthenticatorAbstract::__construct() has parameter $options with no value type specified in iterable type iterable.'
identifier: missingType.iterableValue
count: 1
path: src/Authenticators/AuthenticatorAbstract.php
-
rawMessage: 'Method chillerlan\Authenticator\Authenticators\AuthenticatorAbstract::setOptions() has parameter $options with no value type specified in iterable type iterable.'
identifier: missingType.iterableValue
count: 1
path: src/Authenticators/AuthenticatorAbstract.php
-
rawMessage: 'Parameter #1 $properties of class chillerlan\Authenticator\AuthenticatorOptions constructor expects array<string, mixed>|null, iterable given.'
identifier: argument.type
count: 1
path: src/Authenticators/AuthenticatorAbstract.php
-
rawMessage: Cannot access offset 'server_time' on mixed.
identifier: offsetAccess.nonOffsetAccessible
count: 1
path: src/Authenticators/SteamGuard.php
-
rawMessage: Cannot cast mixed to int.
identifier: cast.int
count: 1
path: src/Authenticators/SteamGuard.php
-
rawMessage: 'Parameter #1 $json of function json_decode expects string, string|true given.'
identifier: argument.type
count: 1
path: src/Authenticators/SteamGuard.php
-
rawMessage: 'Parameter #1 $counter of method chillerlan\Authenticator\Authenticators\HOTP::getHMAC() expects int, float|int given.'
identifier: argument.type
count: 1
path: src/Authenticators/TOTP.php
-
rawMessage: 'Method chillerlan\AuthenticatorTest\Authenticators\AuthenticatorInterfaceTestAbstract::uriSettingsProvider() return type has no value type specified in iterable type array.'
identifier: missingType.iterableValue
count: 1
path: tests/Authenticators/AuthenticatorInterfaceTestAbstract.php
-
rawMessage: 'Parameter #1 $options of method chillerlan\Authenticator\Authenticators\AuthenticatorInterface::setOptions() expects chillerlan\Settings\SettingsContainerInterface, array<string, mixed> given.'
identifier: argument.type
count: 1
path: tests/Authenticators/AuthenticatorInterfaceTestAbstract.php
-
rawMessage: 'Method chillerlan\AuthenticatorTest\Authenticators\HOTPTest::hotpVectors() return type with generic class Generator does not specify its types: TKey, TValue, TSend, TReturn'
identifier: missingType.generics
count: 1
path: tests/Authenticators/HOTPTest.php
-
rawMessage: 'Method chillerlan\AuthenticatorTest\Authenticators\HOTPTest::uriSettingsProvider() return type has no value type specified in iterable type array.'
identifier: missingType.iterableValue
count: 1
path: tests/Authenticators/HOTPTest.php
-
rawMessage: 'Call to function is_int() with 59|1111111109|1111111111|1234567890|2000000000|20000000000 will always evaluate to true.'
identifier: function.alreadyNarrowedType
count: 1
path: tests/Authenticators/SteamGuardTest.php
-
rawMessage: 'Method chillerlan\AuthenticatorTest\Authenticators\SteamGuardTest::steamGuardVectors() return type with generic class Generator does not specify its types: TKey, TValue, TSend, TReturn'
identifier: missingType.generics
count: 1
path: tests/Authenticators/SteamGuardTest.php
-
rawMessage: 'Method chillerlan\AuthenticatorTest\Authenticators\SteamGuardTest::uriSettingsProvider() return type has no value type specified in iterable type array.'
identifier: missingType.iterableValue
count: 1
path: tests/Authenticators/SteamGuardTest.php
-
rawMessage: 'Call to function is_int() with 59|1111111109|1111111111|1234567890|2000000000|20000000000 will always evaluate to true.'
identifier: function.alreadyNarrowedType
count: 1
path: tests/Authenticators/TOTPTest.php
-
rawMessage: 'Method chillerlan\AuthenticatorTest\Authenticators\TOTPTest::totpVectors() return type with generic class Generator does not specify its types: TKey, TValue, TSend, TReturn'
identifier: missingType.generics
count: 1
path: tests/Authenticators/TOTPTest.php
-
rawMessage: 'Method chillerlan\AuthenticatorTest\Authenticators\TOTPTest::uriSettingsProvider() return type has no value type specified in iterable type array.'
identifier: missingType.iterableValue
count: 1
path: tests/Authenticators/TOTPTest.php