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 108277a commit 1cb07bd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions website/src/errorsIdentifiers.json
Original file line number Diff line number Diff line change
Expand Up @@ -5836,14 +5836,14 @@
"ignore.unmatchedIdentifier": {
"PHPStan\\Analyser\\AnalyserResultFinalizer": {
"phpstan/phpstan-src": [
"https://github.com/phpstan/phpstan-src/blob/1.11.x/src/Analyser/AnalyserResultFinalizer.php#L180"
"https://github.com/phpstan/phpstan-src/blob/1.11.x/src/Analyser/AnalyserResultFinalizer.php#L196"
]
}
},
"ignore.unmatchedLine": {
"PHPStan\\Analyser\\AnalyserResultFinalizer": {
"phpstan/phpstan-src": [
"https://github.com/phpstan/phpstan-src/blob/1.11.x/src/Analyser/AnalyserResultFinalizer.php#L169"
"https://github.com/phpstan/phpstan-src/blob/1.11.x/src/Analyser/AnalyserResultFinalizer.php#L185"
]
}
},
Expand Down Expand Up @@ -8576,7 +8576,7 @@
},
"PHPStan\\Analyser\\AnalyserResultFinalizer": {
"phpstan/phpstan-src": [
"https://github.com/phpstan/phpstan-src/blob/1.11.x/src/Analyser/AnalyserResultFinalizer.php#L50"
"https://github.com/phpstan/phpstan-src/blob/1.11.x/src/Analyser/AnalyserResultFinalizer.php#L53"
]
},
"PHPStan\\Analyser\\FileAnalyser": {
Expand Down Expand Up @@ -8626,8 +8626,8 @@
"phpstan.reflection": {
"PHPStan\\Analyser\\AnalyserResultFinalizer": {
"phpstan/phpstan-src": [
"https://github.com/phpstan/phpstan-src/blob/1.11.x/src/Analyser/AnalyserResultFinalizer.php#L58",
"https://github.com/phpstan/phpstan-src/blob/1.11.x/src/Analyser/AnalyserResultFinalizer.php#L66"
"https://github.com/phpstan/phpstan-src/blob/1.11.x/src/Analyser/AnalyserResultFinalizer.php#L61",
"https://github.com/phpstan/phpstan-src/blob/1.11.x/src/Analyser/AnalyserResultFinalizer.php#L69"
]
},
"PHPStan\\Analyser\\FileAnalyser": {
Expand Down

0 comments on commit 1cb07bd

Please sign in to comment.