Skip to content

Commit 7db02f8

Browse files
committed
🚿
1 parent 1f617e7 commit 7db02f8

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

phpstan-baseline.neon

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,5 @@
11
parameters:
22
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-
233
-
244
rawMessage: 'Method chillerlan\Authenticator\Authenticator::__construct() has parameter $options with no value type specified in iterable type iterable.'
255
identifier: missingType.iterableValue
@@ -80,16 +60,6 @@ parameters:
8060
count: 1
8161
path: src/Authenticators/TOTP.php
8262

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-
9363
-
9464
rawMessage: 'Method chillerlan\AuthenticatorTest\Authenticators\AuthenticatorInterfaceTestAbstract::uriSettingsProvider() return type has no value type specified in iterable type array.'
9565
identifier: missingType.iterableValue

0 commit comments

Comments
 (0)