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 Jun 17, 2024
1 parent 01e5828 commit 2546955
Showing 1 changed file with 23 additions and 3 deletions.
26 changes: 23 additions & 3 deletions website/src/errorsIdentifiers.json
Original file line number Diff line number Diff line change
Expand Up @@ -729,21 +729,31 @@
"https://github.com/phpstan/phpstan-src/blob/1.11.x/src/Rules/Functions/ImplodeFunctionRule.php#L80"
]
},
"PHPStan\\Rules\\Functions\\ImplodeParameterCastableToStringRule": {
"phpstan/phpstan-src": [
"https://github.com/phpstan/phpstan-src/blob/1.11.x/src/Rules/ParameterCastableToStringCheck.php#L49"
]
},
"PHPStan\\Rules\\Functions\\ParamAttributesRule": {
"phpstan/phpstan-src": [
"https://github.com/phpstan/phpstan-src/blob/1.11.x/src/Rules/FunctionCallParametersCheck.php#L309"
]
},
"PHPStan\\Rules\\Functions\\ParameterCastableToStringFunctionRule": {
"PHPStan\\Rules\\Functions\\ParameterCastableToStringRule": {
"phpstan/phpstan-src": [
"https://github.com/phpstan/phpstan-src/blob/1.11.x/src/Rules/Functions/ParameterCastableToStringFunctionRule.php#L164"
"https://github.com/phpstan/phpstan-src/blob/1.11.x/src/Rules/ParameterCastableToStringCheck.php#L49"
]
},
"PHPStan\\Rules\\Functions\\RandomIntParametersRule": {
"phpstan/phpstan-src": [
"https://github.com/phpstan/phpstan-src/blob/1.11.x/src/Rules/Functions/RandomIntParametersRule.php#L67"
]
},
"PHPStan\\Rules\\Functions\\SortParameterCastableToStringRule": {
"phpstan/phpstan-src": [
"https://github.com/phpstan/phpstan-src/blob/1.11.x/src/Rules/ParameterCastableToStringCheck.php#L49"
]
},
"PHPStan\\Rules\\Methods\\CallMethodsRule": {
"phpstan/phpstan-src": [
"https://github.com/phpstan/phpstan-src/blob/1.11.x/src/Rules/FunctionCallParametersCheck.php#L309"
Expand Down Expand Up @@ -2984,12 +2994,17 @@
"https://github.com/phpstan/phpstan-src/blob/1.11.x/src/Rules/RuleLevelHelper.php#L401"
]
},
"PHPStan\\Rules\\Functions\\ImplodeParameterCastableToStringRule": {
"phpstan/phpstan-src": [
"https://github.com/phpstan/phpstan-src/blob/1.11.x/src/Rules/RuleLevelHelper.php#L401"
]
},
"PHPStan\\Rules\\Functions\\ParamAttributesRule": {
"phpstan/phpstan-src": [
"https://github.com/phpstan/phpstan-src/blob/1.11.x/src/Rules/RuleLevelHelper.php#L401"
]
},
"PHPStan\\Rules\\Functions\\ParameterCastableToStringFunctionRule": {
"PHPStan\\Rules\\Functions\\ParameterCastableToStringRule": {
"phpstan/phpstan-src": [
"https://github.com/phpstan/phpstan-src/blob/1.11.x/src/Rules/RuleLevelHelper.php#L401"
]
Expand All @@ -2999,6 +3014,11 @@
"https://github.com/phpstan/phpstan-src/blob/1.11.x/src/Rules/RuleLevelHelper.php#L401"
]
},
"PHPStan\\Rules\\Functions\\SortParameterCastableToStringRule": {
"phpstan/phpstan-src": [
"https://github.com/phpstan/phpstan-src/blob/1.11.x/src/Rules/RuleLevelHelper.php#L401"
]
},
"PHPStan\\Rules\\Generators\\YieldFromTypeRule": {
"phpstan/phpstan-src": [
"https://github.com/phpstan/phpstan-src/blob/1.11.x/src/Rules/RuleLevelHelper.php#L401"
Expand Down

0 comments on commit 2546955

Please sign in to comment.