Skip to content

Commit a69a78e

Browse files
committed
:octocat: phpstan shutup
1 parent 23c5a05 commit a69a78e

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

phpstan-baseline.neon

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,12 @@ parameters:
102102
count: 1
103103
path: tests/Authenticators/AuthenticatorInterfaceTestAbstract.php
104104

105+
-
106+
rawMessage: 'Method chillerlan\AuthenticatorTest\Authenticators\HOTPTest::hotpVectors() return type with generic class Generator does not specify its types: TKey, TValue, TSend, TReturn'
107+
identifier: missingType.generics
108+
count: 1
109+
path: tests/Authenticators/HOTPTest.php
110+
105111
-
106112
rawMessage: 'Method chillerlan\AuthenticatorTest\Authenticators\HOTPTest::uriSettingsProvider() return type has no value type specified in iterable type array.'
107113
identifier: missingType.iterableValue
@@ -114,6 +120,12 @@ parameters:
114120
count: 1
115121
path: tests/Authenticators/SteamGuardTest.php
116122

123+
-
124+
rawMessage: 'Method chillerlan\AuthenticatorTest\Authenticators\SteamGuardTest::steamGuardVectors() return type with generic class Generator does not specify its types: TKey, TValue, TSend, TReturn'
125+
identifier: missingType.generics
126+
count: 1
127+
path: tests/Authenticators/SteamGuardTest.php
128+
117129
-
118130
rawMessage: 'Method chillerlan\AuthenticatorTest\Authenticators\SteamGuardTest::uriSettingsProvider() return type has no value type specified in iterable type array.'
119131
identifier: missingType.iterableValue
@@ -126,6 +138,12 @@ parameters:
126138
count: 1
127139
path: tests/Authenticators/TOTPTest.php
128140

141+
-
142+
rawMessage: 'Method chillerlan\AuthenticatorTest\Authenticators\TOTPTest::totpVectors() return type with generic class Generator does not specify its types: TKey, TValue, TSend, TReturn'
143+
identifier: missingType.generics
144+
count: 1
145+
path: tests/Authenticators/TOTPTest.php
146+
129147
-
130148
rawMessage: 'Method chillerlan\AuthenticatorTest\Authenticators\TOTPTest::uriSettingsProvider() return type has no value type specified in iterable type array.'
131149
identifier: missingType.iterableValue

0 commit comments

Comments
 (0)