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 6, 2024
1 parent 242979a commit d26c386
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions website/src/errorsIdentifiers.json
Original file line number Diff line number Diff line change
Expand Up @@ -1251,6 +1251,14 @@
]
}
},
"arrayFilter.strict": {
"PHPStan\\Rules\\Functions\\ArrayFilterStrictRule": {
"phpstan/phpstan-strict-rules": [
"https://github.com/phpstan/phpstan-strict-rules/blob/1.6.x/src/Rules/Functions/ArrayFilterStrictRule.php#L105",
"https://github.com/phpstan/phpstan-strict-rules/blob/1.6.x/src/Rules/Functions/ArrayFilterStrictRule.php#L87"
]
}
},
"arrayUnpacking.nonIterable": {
"PHPStan\\Rules\\Arrays\\UnpackIterableInArrayRule": {
"phpstan/phpstan-src": [
Expand Down

0 comments on commit d26c386

Please sign in to comment.