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 Mar 19, 2024
1 parent aedc049 commit 3278ea0
Showing 1 changed file with 84 additions and 0 deletions.
84 changes: 84 additions & 0 deletions website/src/errorsIdentifiers.json
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,83 @@
]
}
},
"argument.templateType": {
"PHPStan\\Rules\\Classes\\ClassAttributesRule": {
"phpstan/phpstan-src": [
"https://github.com/phpstan/phpstan-src/blob/1.11.x/src/Rules/FunctionCallParametersCheck.php#L439"
]
},
"PHPStan\\Rules\\Classes\\ClassConstantAttributesRule": {
"phpstan/phpstan-src": [
"https://github.com/phpstan/phpstan-src/blob/1.11.x/src/Rules/FunctionCallParametersCheck.php#L439"
]
},
"PHPStan\\Rules\\Classes\\InstantiationRule": {
"phpstan/phpstan-src": [
"https://github.com/phpstan/phpstan-src/blob/1.11.x/src/Rules/FunctionCallParametersCheck.php#L439"
]
},
"PHPStan\\Rules\\EnumCases\\EnumCaseAttributesRule": {
"phpstan/phpstan-src": [
"https://github.com/phpstan/phpstan-src/blob/1.11.x/src/Rules/FunctionCallParametersCheck.php#L439"
]
},
"PHPStan\\Rules\\Functions\\ArrowFunctionAttributesRule": {
"phpstan/phpstan-src": [
"https://github.com/phpstan/phpstan-src/blob/1.11.x/src/Rules/FunctionCallParametersCheck.php#L439"
]
},
"PHPStan\\Rules\\Functions\\CallCallablesRule": {
"phpstan/phpstan-src": [
"https://github.com/phpstan/phpstan-src/blob/1.11.x/src/Rules/FunctionCallParametersCheck.php#L439"
]
},
"PHPStan\\Rules\\Functions\\CallToFunctionParametersRule": {
"phpstan/phpstan-src": [
"https://github.com/phpstan/phpstan-src/blob/1.11.x/src/Rules/FunctionCallParametersCheck.php#L439"
]
},
"PHPStan\\Rules\\Functions\\CallUserFuncRule": {
"phpstan/phpstan-src": [
"https://github.com/phpstan/phpstan-src/blob/1.11.x/src/Rules/FunctionCallParametersCheck.php#L439"
]
},
"PHPStan\\Rules\\Functions\\ClosureAttributesRule": {
"phpstan/phpstan-src": [
"https://github.com/phpstan/phpstan-src/blob/1.11.x/src/Rules/FunctionCallParametersCheck.php#L439"
]
},
"PHPStan\\Rules\\Functions\\FunctionAttributesRule": {
"phpstan/phpstan-src": [
"https://github.com/phpstan/phpstan-src/blob/1.11.x/src/Rules/FunctionCallParametersCheck.php#L439"
]
},
"PHPStan\\Rules\\Functions\\ParamAttributesRule": {
"phpstan/phpstan-src": [
"https://github.com/phpstan/phpstan-src/blob/1.11.x/src/Rules/FunctionCallParametersCheck.php#L439"
]
},
"PHPStan\\Rules\\Methods\\CallMethodsRule": {
"phpstan/phpstan-src": [
"https://github.com/phpstan/phpstan-src/blob/1.11.x/src/Rules/FunctionCallParametersCheck.php#L439"
]
},
"PHPStan\\Rules\\Methods\\CallStaticMethodsRule": {
"phpstan/phpstan-src": [
"https://github.com/phpstan/phpstan-src/blob/1.11.x/src/Rules/FunctionCallParametersCheck.php#L439"
]
},
"PHPStan\\Rules\\Methods\\MethodAttributesRule": {
"phpstan/phpstan-src": [
"https://github.com/phpstan/phpstan-src/blob/1.11.x/src/Rules/FunctionCallParametersCheck.php#L439"
]
},
"PHPStan\\Rules\\Properties\\PropertyAttributesRule": {
"phpstan/phpstan-src": [
"https://github.com/phpstan/phpstan-src/blob/1.11.x/src/Rules/FunctionCallParametersCheck.php#L439"
]
}
},
"argument.type": {
"PHPStan\\Rules\\Classes\\ClassAttributesRule": {
"phpstan/phpstan-src": [
Expand Down Expand Up @@ -8828,6 +8905,13 @@
]
}
},
"property.callableType": {
"PHPStan\\Rules\\Properties\\InvalidCallablePropertyTypeRule": {
"phpstan/phpstan-src": [
"https://github.com/phpstan/phpstan-src/blob/1.11.x/src/Rules/Properties/InvalidCallablePropertyTypeRule.php#L61"
]
}
},
"property.defaultValue": {
"PHPStan\\Rules\\Properties\\DefaultValueTypesAssignedToPropertiesRule": {
"phpstan/phpstan-src": [
Expand Down

0 comments on commit 3278ea0

Please sign in to comment.