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 24, 2024
1 parent 6277fb4 commit 74202bd
Showing 1 changed file with 8 additions and 15 deletions.
23 changes: 8 additions & 15 deletions website/src/errorsIdentifiers.json
Expand Up @@ -8251,7 +8251,7 @@
},
"PHPStan\\Rules\\PhpDoc\\IncompatiblePhpDocTypeRule": {
"phpstan/phpstan-src": [
"https://github.com/phpstan/phpstan-src/blob/1.11.x/src/Rules/PhpDoc/IncompatiblePhpDocTypeRule.php#L168"
"https://github.com/phpstan/phpstan-src/blob/1.11.x/src/Rules/PhpDoc/IncompatiblePhpDocTypeRule.php#L157"
]
}
},
Expand All @@ -8268,7 +8268,7 @@
},
"PHPStan\\Rules\\PhpDoc\\IncompatiblePhpDocTypeRule": {
"phpstan/phpstan-src": [
"https://github.com/phpstan/phpstan-src/blob/1.11.x/src/Rules/PhpDoc/IncompatiblePhpDocTypeRule.php#L92"
"https://github.com/phpstan/phpstan-src/blob/1.11.x/src/Rules/PhpDoc/IncompatiblePhpDocTypeRule.php#L81"
]
},
"PHPStan\\Rules\\PhpDoc\\MethodAssertRule": {
Expand Down Expand Up @@ -8317,8 +8317,8 @@
"parameter.phpDocType": {
"PHPStan\\Rules\\PhpDoc\\IncompatiblePhpDocTypeRule": {
"phpstan/phpstan-src": [
"https://github.com/phpstan/phpstan-src/blob/1.11.x/src/Rules/PhpDoc/IncompatiblePhpDocTypeRule.php#L181",
"https://github.com/phpstan/phpstan-src/blob/1.11.x/src/Rules/PhpDoc/IncompatiblePhpDocTypeRule.php#L190"
"https://github.com/phpstan/phpstan-src/blob/1.11.x/src/Rules/PhpDoc/IncompatiblePhpDocTypeRule.php#L170",
"https://github.com/phpstan/phpstan-src/blob/1.11.x/src/Rules/PhpDoc/IncompatiblePhpDocTypeRule.php#L179"
]
}
},
Expand Down Expand Up @@ -8425,7 +8425,7 @@
"parameter.unresolvableType": {
"PHPStan\\Rules\\PhpDoc\\IncompatiblePhpDocTypeRule": {
"phpstan/phpstan-src": [
"https://github.com/phpstan/phpstan-src/blob/1.11.x/src/Rules/PhpDoc/IncompatiblePhpDocTypeRule.php#L101"
"https://github.com/phpstan/phpstan-src/blob/1.11.x/src/Rules/PhpDoc/IncompatiblePhpDocTypeRule.php#L90"
]
}
},
Expand Down Expand Up @@ -8493,13 +8493,6 @@
]
}
},
"parameterClosureThis.unresolvableType": {
"PHPStan\\Rules\\PhpDoc\\IncompatiblePhpDocTypeRule": {
"phpstan/phpstan-src": [
"https://github.com/phpstan/phpstan-src/blob/1.11.x/src/Rules/PhpDoc/IncompatiblePhpDocTypeRule.php#L84"
]
}
},
"phpDoc.parseError": {
"PHPStan\\Rules\\PhpDoc\\InvalidPhpDocTagValueRule": {
"phpstan/phpstan-src": [
Expand Down Expand Up @@ -10006,8 +9999,8 @@
"return.phpDocType": {
"PHPStan\\Rules\\PhpDoc\\IncompatiblePhpDocTypeRule": {
"phpstan/phpstan-src": [
"https://github.com/phpstan/phpstan-src/blob/1.11.x/src/Rules/PhpDoc/IncompatiblePhpDocTypeRule.php#L226",
"https://github.com/phpstan/phpstan-src/blob/1.11.x/src/Rules/PhpDoc/IncompatiblePhpDocTypeRule.php#L233"
"https://github.com/phpstan/phpstan-src/blob/1.11.x/src/Rules/PhpDoc/IncompatiblePhpDocTypeRule.php#L215",
"https://github.com/phpstan/phpstan-src/blob/1.11.x/src/Rules/PhpDoc/IncompatiblePhpDocTypeRule.php#L222"
]
}
},
Expand Down Expand Up @@ -10111,7 +10104,7 @@
"return.unresolvableType": {
"PHPStan\\Rules\\PhpDoc\\IncompatiblePhpDocTypeRule": {
"phpstan/phpstan-src": [
"https://github.com/phpstan/phpstan-src/blob/1.11.x/src/Rules/PhpDoc/IncompatiblePhpDocTypeRule.php#L207"
"https://github.com/phpstan/phpstan-src/blob/1.11.x/src/Rules/PhpDoc/IncompatiblePhpDocTypeRule.php#L196"
]
}
},
Expand Down

0 comments on commit 74202bd

Please sign in to comment.