fix(tooling): do not replace property-read with property

This commit is contained in:
peaklabs-dev 2026-02-24 17:49:58 +01:00
parent d0562593d6
commit 9302806891
No known key found for this signature in database

View file

@ -155,7 +155,12 @@
},
"phpdoc_annotation_without_dot": true,
"phpdoc_line_span": true,
"phpdoc_no_alias_tag": true,
"phpdoc_no_alias_tag": {
"replacements": {
"type": "var",
"link": "see"
}
},
"phpdoc_no_empty_return": true,
"phpdoc_return_self_reference": true,
"phpdoc_scalar": true,