Closed bendoh closed 5 years ago
Thanks for your work and sorry for the late reply, I couldn't find time to test your changes and give you proper feedback before today.
I think that, with the addition of IndentFunctionDeclarationParameters
, we should rename PHP_IndentFunctionParameters
to PHP_IndentFunctionCallParameters
.
Could you do that in your branch? Also, could you reorder and squash your commits so that there is only one commit per feature or documentation change (just combine your commits and their corrections together) ? Then I will merge this PR directly from Github.
Done! Thanks for considering
Since the setting
PHP_IndentFunctionParameters
only works on function calls and not declarations, add a separately configurablePHP_IndentFunctionDeclarationParameters
to control the indentation for those, as well.Add to documentation.
This changeset includes the documentation change in #72, as well.