Skip to content

Commit

Permalink
reverse should keep original stmts
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Jun 19, 2023
1 parent 1e7a468 commit 47258e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ parameters:
path: tests/bootstrap.php
message: '#Instantiated class PHP_CodeSniffer\\Util\\Tokens not found#'

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

0 comments on commit 47258e9

Please sign in to comment.