Skip to content

Commit 51a014f

Browse files
committed
Fix tab space mixing
1 parent 8d7a99a commit 51a014f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

phpstan.neon.dist

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ parameters:
77
-
88
message: '#Deprecated since v5.5, please use {@see self::withValidationConstraints\(\)} instead#'
99
reportUnmatched: false
10-
-
11-
message: '#Parameter #1 $issuedAt of method Lcobucci\JWT\Builder::issuedAt\(\) expects DateTimeImmutable, DateTimeImmutable|null given.#'
12-
reportUnmatched: false
13-
-
14-
message: '#Parameter #1 $notBefore of method Lcobucci\JWT\Builder::canOnlyBeUsedAfter\(\) expects DateTimeImmutable, DateTimeImmutable|null given.#'
15-
reportUnmatched: false
10+
-
11+
message: '#Parameter #1 $issuedAt of method Lcobucci\JWT\Builder::issuedAt\(\) expects DateTimeImmutable, DateTimeImmutable|null given.#'
12+
reportUnmatched: false
13+
-
14+
message: '#Parameter #1 $notBefore of method Lcobucci\JWT\Builder::canOnlyBeUsedAfter\(\) expects DateTimeImmutable, DateTimeImmutable|null given.#'
15+
reportUnmatched: false

0 commit comments

Comments
 (0)