Skip to content

Commit 47258e9

Browse files
committed
reverse should keep original stmts
1 parent 1e7a468 commit 47258e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpstan.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ parameters:
1818
path: tests/bootstrap.php
1919
message: '#Instantiated class PHP_CodeSniffer\\Util\\Tokens not found#'
2020

21-
#- '#Cannot call method (equals|isGivenKind|isComment|isWhitespace|getContent)\(\) on PhpCsFixer\\Tokenizer\\Token\|null#'
2221
- '#Constant T_OPEN_CURLY_BRACKET|T_START_NOWDOC not found#'
2322
- '#Parameter \#1 \$index of method PhpCsFixer\\Tokenizer\\Tokens\:\:getNextTokenOfKind\(\) expects int, int\|null given#'
23+
- '#Method Symplify\\CodingStandard\\TokenRunner\\Traverser\\ArrayBlockInfoFinder\:\:reverseTokens\(\) should return array<PhpCsFixer\\Tokenizer\\Token> but returns array<int, PhpCsFixer\\Tokenizer\\Token\|null>#'

0 commit comments

Comments
 (0)