forked from simplesamlphp/simplesamlphp-module-sqlauth
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpstan-baseline-dev.neon
More file actions
19 lines (17 loc) · 859 Bytes
/
phpstan-baseline-dev.neon
File metadata and controls
19 lines (17 loc) · 859 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
parameters:
ignoreErrors:
-
message: '#^Property SimpleSAML\\Test\\Module\\sqlauth\\Auth\\Source\\SQL2MultipleAuthTest\:\:\$config type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: tests/src/Auth/Source/SQL2MultipleAuthTest.php
-
message: '#^Property SimpleSAML\\Test\\Module\\sqlauth\\Auth\\Source\\SQL2NonExistentDbTest\:\:\$config type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: tests/src/Auth/Source/SQL2NonExistentDbTest.php
-
message: '#^Property SimpleSAML\\Test\\Module\\sqlauth\\Auth\\Source\\SQL2SimpleTest\:\:\$config type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: tests/src/Auth/Source/SQL2SimpleTest.php