mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
fix(tooling): do not replace property-read with property
This commit is contained in:
parent
d0562593d6
commit
9302806891
1 changed files with 6 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue