Commit 307f3d5
committed
Fix: Remove unmatched PHPStan ignore comments in BaseMap.php
PHPStan is reporting "No error with identifier assign.propertyType is reported"
errors on lines 170, 174, 223, and 273 because the @PHPStan-Ignore comments
are no longer necessary. These ignore directives are for the `assign.propertyType`
error, but the code no longer triggers this error.
Kept the valid ignore comments on lines 78, 209, 214, and 228 which are still needed.
Removed only the unmatched ignore comments to resolve the PHPStan errors.1 parent 81a228e commit 307f3d5
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
| 207 | + | |
207 | 208 | | |
208 | 209 | | |
209 | 210 | | |
210 | 211 | | |
| 212 | + | |
211 | 213 | | |
212 | 214 | | |
213 | 215 | | |
| |||
220 | 222 | | |
221 | 223 | | |
222 | 224 | | |
| 225 | + | |
223 | 226 | | |
224 | 227 | | |
225 | 228 | | |
| |||
0 commit comments