You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: phpstan-baseline.neon
+67-1Lines changed: 67 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,42 @@ parameters:
20
20
count:2
21
21
path:examples/totp.php
22
22
23
+
-
24
+
rawMessage:'Method chillerlan\Authenticator\Authenticator::__construct() has parameter $options with no value type specified in iterable type iterable.'
25
+
identifier:missingType.iterableValue
26
+
count:1
27
+
path:src/Authenticator.php
28
+
29
+
-
30
+
rawMessage:'Method chillerlan\Authenticator\Authenticator::setOptions() has parameter $options with no value type specified in iterable type iterable.'
31
+
identifier:missingType.iterableValue
32
+
count:1
33
+
path:src/Authenticator.php
34
+
35
+
-
36
+
rawMessage:'Parameter #1 $properties of class chillerlan\Authenticator\AuthenticatorOptions constructor expects array<string, mixed>|null, iterable given.'
37
+
identifier:argument.type
38
+
count:1
39
+
path:src/Authenticator.php
40
+
41
+
-
42
+
rawMessage:'Method chillerlan\Authenticator\Authenticators\AuthenticatorAbstract::__construct() has parameter $options with no value type specified in iterable type iterable.'
43
+
identifier:missingType.iterableValue
44
+
count:1
45
+
path:src/Authenticators/AuthenticatorAbstract.php
46
+
47
+
-
48
+
rawMessage:'Method chillerlan\Authenticator\Authenticators\AuthenticatorAbstract::setOptions() has parameter $options with no value type specified in iterable type iterable.'
49
+
identifier:missingType.iterableValue
50
+
count:1
51
+
path:src/Authenticators/AuthenticatorAbstract.php
52
+
53
+
-
54
+
rawMessage:'Parameter #1 $properties of class chillerlan\Authenticator\AuthenticatorOptions constructor expects array<string, mixed>|null, iterable given.'
55
+
identifier:argument.type
56
+
count:1
57
+
path:src/Authenticators/AuthenticatorAbstract.php
58
+
23
59
-
24
60
rawMessage:Cannot access offset 'server_time' on mixed.
25
61
identifier:offsetAccess.nonOffsetAccessible
@@ -51,17 +87,47 @@ parameters:
51
87
in the next major version (6.x)
52
88
'''
53
89
identifier:method.deprecated
54
-
count:7
90
+
count:1
55
91
path:tests/AuthenticatorTest.php
56
92
93
+
-
94
+
rawMessage:'Method chillerlan\AuthenticatorTest\Authenticators\AuthenticatorInterfaceTestAbstract::uriSettingsProvider() return type has no value type specified in iterable type array.'
rawMessage:'Method chillerlan\AuthenticatorTest\Authenticators\HOTPTest::uriSettingsProvider() return type has no value type specified in iterable type array.'
107
+
identifier:missingType.iterableValue
108
+
count:1
109
+
path:tests/Authenticators/HOTPTest.php
110
+
57
111
-
58
112
rawMessage:'Call to function is_int() with 59|1111111109|1111111111|1234567890|2000000000|20000000000 will always evaluate to true.'
59
113
identifier:function.alreadyNarrowedType
60
114
count:1
61
115
path:tests/Authenticators/SteamGuardTest.php
62
116
117
+
-
118
+
rawMessage:'Method chillerlan\AuthenticatorTest\Authenticators\SteamGuardTest::uriSettingsProvider() return type has no value type specified in iterable type array.'
119
+
identifier:missingType.iterableValue
120
+
count:1
121
+
path:tests/Authenticators/SteamGuardTest.php
122
+
63
123
-
64
124
rawMessage:'Call to function is_int() with 59|1111111109|1111111111|1234567890|2000000000|20000000000 will always evaluate to true.'
65
125
identifier:function.alreadyNarrowedType
66
126
count:1
67
127
path:tests/Authenticators/TOTPTest.php
128
+
129
+
-
130
+
rawMessage:'Method chillerlan\AuthenticatorTest\Authenticators\TOTPTest::uriSettingsProvider() return type has no value type specified in iterable type array.'
0 commit comments