We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The code style is documented https://docs.nextcloud.com/server/latest/developer_manual/getting_started/codingguidelines.html#comments but not checked with php-cs-fixer.
Possible rules:
phpdoc_single_line_var_spacing => true
'phpdoc_align' => ['align' => 'left']
What about git blame?
https://docs.github.com/en/repositories/working-with-files/using-files/viewing-a-file#ignore-commits-in-the-blame-view
The text was updated successfully, but these errors were encountered:
both sound good to me
Sorry, something went wrong.
style: phpdoc align and var spacing
54a8064
#21 Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
No branches or pull requests
The code style is documented https://docs.nextcloud.com/server/latest/developer_manual/getting_started/codingguidelines.html#comments but not checked with php-cs-fixer.
Possible rules:
phpdoc_single_line_var_spacing => true
'phpdoc_align' => ['align' => 'left']
What about git blame?
https://docs.github.com/en/repositories/working-with-files/using-files/viewing-a-file#ignore-commits-in-the-blame-view
The text was updated successfully, but these errors were encountered: