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 May 15, 2024
1 parent cb0cd1c commit 4931bb5
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions website/src/errorsIdentifiers.json
Original file line number Diff line number Diff line change
Expand Up @@ -5981,6 +5981,18 @@
]
}
},
"impure.propertyUnset": {
"PHPStan\\Rules\\Pure\\PureFunctionRule": {
"phpstan/phpstan-src": [
"https://github.com/phpstan/phpstan-src/blob/1.11.x/src/Rules/Pure/FunctionPurityCheck.php#L84"
]
},
"PHPStan\\Rules\\Pure\\PureMethodRule": {
"phpstan/phpstan-src": [
"https://github.com/phpstan/phpstan-src/blob/1.11.x/src/Rules/Pure/FunctionPurityCheck.php#L84"
]
}
},
"impure.require": {
"PHPStan\\Rules\\Pure\\PureFunctionRule": {
"phpstan/phpstan-src": [
Expand Down Expand Up @@ -9090,6 +9102,18 @@
]
}
},
"possiblyImpure.propertyUnset": {
"PHPStan\\Rules\\Pure\\PureFunctionRule": {
"phpstan/phpstan-src": [
"https://github.com/phpstan/phpstan-src/blob/1.11.x/src/Rules/Pure/FunctionPurityCheck.php#L84"
]
},
"PHPStan\\Rules\\Pure\\PureMethodRule": {
"phpstan/phpstan-src": [
"https://github.com/phpstan/phpstan-src/blob/1.11.x/src/Rules/Pure/FunctionPurityCheck.php#L84"
]
}
},
"possiblyImpure.require": {
"PHPStan\\Rules\\Pure\\PureFunctionRule": {
"phpstan/phpstan-src": [
Expand Down

0 comments on commit 4931bb5

Please sign in to comment.