You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it seems like a good improvement, would you like to raise the PR? Do we need and option for keep_class_property_docblocks or should it always work as it is true?
Currently you only put 1 whitespace in front of the promoted property which doesn't follow standards I believe.
I don't understand, how is it breaking standards? It keeps the padding for what was before.
If the existing class property has a doc block, then the positioning of it when it gets moved to the __constructor is a little whack
Adding the following to the bottom of
updateParameterSignature
resulted in perfect positioningA few additional options would be nice:
keep_class_property_docblocks
defaults totrue
padding
defaults to 4spacesCurrently you only put 1 whitespace in front of the promoted property which doesn't follow standards I believe.
The text was updated successfully, but these errors were encountered: