-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
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
[stable10] owncloud coding standard #32103
Conversation
fcdbff6
to
213f8a1
Compare
Codecov Report
@@ Coverage Diff @@
## stable10 #32103 +/- ##
==============================================
+ Coverage 62.33% 62.68% +0.34%
+ Complexity 18696 18686 -10
==============================================
Files 1215 1215
Lines 73155 73253 +98
Branches 1276 1276
==============================================
+ Hits 45600 45915 +315
+ Misses 27176 26959 -217
Partials 379 379
Continue to review full report at Codecov.
|
I got too many changes in I will rebase with more selective changes to composer stuff, after little harmless things like #32107 get merged. |
…rules as defined in .php_cs
213f8a1
to
244e3ab
Compare
See PR #32116 |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Backport #31442
The first commits backport the various interim
php-cs-fixer
changes from PR #31198 #31236 #31250 #31271 #31273That was the easy way to make a list of cherry-picks that all fit nicely on top of each other. And it brings along the
Makefile
and drone changes etc that were already done before #31442The last commits use
php-cs-fixer
to make the automatic fixes needed for the code instable10