Skip to content

Commit

Permalink
Update errors identifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
phpstan-bot committed Apr 18, 2024
1 parent 47f837b commit 930c89b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions website/src/errorsIdentifiers.json
Original file line number Diff line number Diff line change
Expand Up @@ -6927,6 +6927,11 @@
}
},
"method.resultUnused": {
"PHPStan\\Rules\\DeadCode\\CallToMethodStatementWithoutImpurePointsRule": {
"phpstan/phpstan-src": [
"https://github.com/phpstan/phpstan-src/blob/1.11.x/src/Rules/DeadCode/CallToMethodStatementWithoutImpurePointsRule.php#L60"
]
},
"PHPStan\\Rules\\Methods\\CallToMethodStatementWithoutSideEffectsRule": {
"phpstan/phpstan-src": [
"https://github.com/phpstan/phpstan-src/blob/1.11.x/src/Rules/Methods/CallToMethodStatementWithoutSideEffectsRule.php#L83"
Expand Down

0 comments on commit 930c89b

Please sign in to comment.