1627
1627
"assign.propertyPrivateSet": {
1628
1628
"PHPStan\\Rules\\Properties\\AccessPropertiesInAssignRule": {
1629
1629
"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 "
1631
1631
]
1632
1632
},
1633
1633
"PHPStan\\Rules\\Properties\\AccessPropertiesRule": {
1634
1634
"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 "
1636
1636
]
1637
1637
}
1638
1638
},
1639
1639
"assign.propertyProtectedSet": {
1640
1640
"PHPStan\\Rules\\Properties\\AccessPropertiesInAssignRule": {
1641
1641
"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 "
1643
1643
]
1644
1644
},
1645
1645
"PHPStan\\Rules\\Properties\\AccessPropertiesRule": {
1646
1646
"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 "
1648
1648
]
1649
1649
}
1650
1650
},
@@ -11788,13 +11788,13 @@
11788
11788
"PHPStan\\Rules\\Properties\\AccessPropertiesInAssignRule": {
11789
11789
"phpstan/phpstan-src": [
11790
11790
"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 "
11792
11792
]
11793
11793
},
11794
11794
"PHPStan\\Rules\\Properties\\AccessPropertiesRule": {
11795
11795
"phpstan/phpstan-src": [
11796
11796
"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 "
11798
11798
]
11799
11799
}
11800
11800
},
@@ -11808,12 +11808,12 @@
11808
11808
"property.protected": {
11809
11809
"PHPStan\\Rules\\Properties\\AccessPropertiesInAssignRule": {
11810
11810
"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 "
11812
11812
]
11813
11813
},
11814
11814
"PHPStan\\Rules\\Properties\\AccessPropertiesRule": {
11815
11815
"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 "
11817
11817
]
11818
11818
}
11819
11819
},
13177
13177
]
13178
13178
}
13179
13179
},
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
+ },
13180
13192
"staticProperty.notFound": {
13181
13193
"PHPStan\\Rules\\Properties\\AccessStaticPropertiesInAssignRule": {
13182
13194
"phpstan/phpstan-src": [
0 commit comments