Skip to content

Commit c823ed2

Browse files
committed
Update errors identifiers
1 parent deb0911 commit c823ed2

File tree

1 file changed

+20
-8
lines changed

1 file changed

+20
-8
lines changed

website/src/errorsIdentifiers.json

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1627,24 +1627,24 @@
16271627
"assign.propertyPrivateSet": {
16281628
"PHPStan\\Rules\\Properties\\AccessPropertiesInAssignRule": {
16291629
"phpstan/phpstan-src": [
1630-
"https://github.com/phpstan/phpstan-src/blob/2.1.x/src/Rules/Properties/AccessPropertiesCheck.php#L192"
1630+
"https://github.com/phpstan/phpstan-src/blob/2.1.x/src/Rules/Properties/AccessPropertiesCheck.php#L202"
16311631
]
16321632
},
16331633
"PHPStan\\Rules\\Properties\\AccessPropertiesRule": {
16341634
"phpstan/phpstan-src": [
1635-
"https://github.com/phpstan/phpstan-src/blob/2.1.x/src/Rules/Properties/AccessPropertiesCheck.php#L192"
1635+
"https://github.com/phpstan/phpstan-src/blob/2.1.x/src/Rules/Properties/AccessPropertiesCheck.php#L202"
16361636
]
16371637
}
16381638
},
16391639
"assign.propertyProtectedSet": {
16401640
"PHPStan\\Rules\\Properties\\AccessPropertiesInAssignRule": {
16411641
"phpstan/phpstan-src": [
1642-
"https://github.com/phpstan/phpstan-src/blob/2.1.x/src/Rules/Properties/AccessPropertiesCheck.php#L192"
1642+
"https://github.com/phpstan/phpstan-src/blob/2.1.x/src/Rules/Properties/AccessPropertiesCheck.php#L202"
16431643
]
16441644
},
16451645
"PHPStan\\Rules\\Properties\\AccessPropertiesRule": {
16461646
"phpstan/phpstan-src": [
1647-
"https://github.com/phpstan/phpstan-src/blob/2.1.x/src/Rules/Properties/AccessPropertiesCheck.php#L192"
1647+
"https://github.com/phpstan/phpstan-src/blob/2.1.x/src/Rules/Properties/AccessPropertiesCheck.php#L202"
16481648
]
16491649
}
16501650
},
@@ -11788,13 +11788,13 @@
1178811788
"PHPStan\\Rules\\Properties\\AccessPropertiesInAssignRule": {
1178911789
"phpstan/phpstan-src": [
1179011790
"https://github.com/phpstan/phpstan-src/blob/2.1.x/src/Rules/Properties/AccessPropertiesCheck.php#L138",
11791-
"https://github.com/phpstan/phpstan-src/blob/2.1.x/src/Rules/Properties/AccessPropertiesCheck.php#L182"
11791+
"https://github.com/phpstan/phpstan-src/blob/2.1.x/src/Rules/Properties/AccessPropertiesCheck.php#L192"
1179211792
]
1179311793
},
1179411794
"PHPStan\\Rules\\Properties\\AccessPropertiesRule": {
1179511795
"phpstan/phpstan-src": [
1179611796
"https://github.com/phpstan/phpstan-src/blob/2.1.x/src/Rules/Properties/AccessPropertiesCheck.php#L138",
11797-
"https://github.com/phpstan/phpstan-src/blob/2.1.x/src/Rules/Properties/AccessPropertiesCheck.php#L182"
11797+
"https://github.com/phpstan/phpstan-src/blob/2.1.x/src/Rules/Properties/AccessPropertiesCheck.php#L192"
1179811798
]
1179911799
}
1180011800
},
@@ -11808,12 +11808,12 @@
1180811808
"property.protected": {
1180911809
"PHPStan\\Rules\\Properties\\AccessPropertiesInAssignRule": {
1181011810
"phpstan/phpstan-src": [
11811-
"https://github.com/phpstan/phpstan-src/blob/2.1.x/src/Rules/Properties/AccessPropertiesCheck.php#L182"
11811+
"https://github.com/phpstan/phpstan-src/blob/2.1.x/src/Rules/Properties/AccessPropertiesCheck.php#L192"
1181211812
]
1181311813
},
1181411814
"PHPStan\\Rules\\Properties\\AccessPropertiesRule": {
1181511815
"phpstan/phpstan-src": [
11816-
"https://github.com/phpstan/phpstan-src/blob/2.1.x/src/Rules/Properties/AccessPropertiesCheck.php#L182"
11816+
"https://github.com/phpstan/phpstan-src/blob/2.1.x/src/Rules/Properties/AccessPropertiesCheck.php#L192"
1181711817
]
1181811818
}
1181911819
},
@@ -13177,6 +13177,18 @@
1317713177
]
1317813178
}
1317913179
},
13180+
"staticProperty.nonStaticAccess": {
13181+
"PHPStan\\Rules\\Properties\\AccessPropertiesInAssignRule": {
13182+
"phpstan/phpstan-src": [
13183+
"https://github.com/phpstan/phpstan-src/blob/2.1.x/src/Rules/Properties/AccessPropertiesCheck.php#L169"
13184+
]
13185+
},
13186+
"PHPStan\\Rules\\Properties\\AccessPropertiesRule": {
13187+
"phpstan/phpstan-src": [
13188+
"https://github.com/phpstan/phpstan-src/blob/2.1.x/src/Rules/Properties/AccessPropertiesCheck.php#L169"
13189+
]
13190+
}
13191+
},
1318013192
"staticProperty.notFound": {
1318113193
"PHPStan\\Rules\\Properties\\AccessStaticPropertiesInAssignRule": {
1318213194
"phpstan/phpstan-src": [

0 commit comments

Comments
 (0)