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
-30Lines changed: 0 additions & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -1,25 +1,5 @@
1
1
parameters:
2
2
ignoreErrors:
3
-
-
4
-
rawMessage:'''
5
-
Call to deprecated method getUri() of class chillerlan\Authenticator\Authenticator:
6
-
5.3.0 The parameter `$omitSettings` will be removed in favor of `AuthenticatorOptions::$omitUriSettings`
7
-
in the next major version (6.x)
8
-
'''
9
-
identifier:method.deprecated
10
-
count:2
11
-
path:examples/hotp.php
12
-
13
-
-
14
-
rawMessage:'''
15
-
Call to deprecated method getUri() of class chillerlan\Authenticator\Authenticator:
16
-
5.3.0 The parameter `$omitSettings` will be removed in favor of `AuthenticatorOptions::$omitUriSettings`
17
-
in the next major version (6.x)
18
-
'''
19
-
identifier:method.deprecated
20
-
count:2
21
-
path:examples/totp.php
22
-
23
3
-
24
4
rawMessage:'Method chillerlan\Authenticator\Authenticator::__construct() has parameter $options with no value type specified in iterable type iterable.'
25
5
identifier:missingType.iterableValue
@@ -80,16 +60,6 @@ parameters:
80
60
count:1
81
61
path:src/Authenticators/TOTP.php
82
62
83
-
-
84
-
rawMessage:'''
85
-
Call to deprecated method getUri() of class chillerlan\Authenticator\Authenticator:
86
-
5.3.0 The parameter `$omitSettings` will be removed in favor of `AuthenticatorOptions::$omitUriSettings`
87
-
in the next major version (6.x)
88
-
'''
89
-
identifier:method.deprecated
90
-
count:1
91
-
path:tests/AuthenticatorTest.php
92
-
93
63
-
94
64
rawMessage:'Method chillerlan\AuthenticatorTest\Authenticators\AuthenticatorInterfaceTestAbstract::uriSettingsProvider() return type has no value type specified in iterable type array.'
0 commit comments