-
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
Bump phan to 1.3.5 and enable on PHP 7.2 7.3 #35818
Conversation
ToDo:
|
Note: https://drone.owncloud.com/owncloud/core/19398/112
This is why I bumped to only After we drop PHP 7.0 then we can move to |
Codecov Report
@@ Coverage Diff @@
## stable10 #35818 +/- ##
==============================================
- Coverage 65.09% 65.08% -0.02%
Complexity 20239 20239
==============================================
Files 1300 1300
Lines 77238 77269 +31
Branches 1301 1301
==============================================
+ Hits 50279 50289 +10
- Misses 26574 26595 +21
Partials 385 385
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #35818 +/- ##
=======================================
Coverage 54% 54%
=======================================
Files 63 63
Lines 7403 7403
Branches 1307 1307
=======================================
Hits 3998 3998
Misses 3019 3019
Partials 386 386
Continue to review full report at Codecov.
|
7798c05
to
22b44f8
Compare
@patrickjahns @DeepDiver1975 or somebody, please review. |
763a7dd
to
c9950c9
Compare
@DeepDiver1975 @patrickjahns if someone could review this, then it could be merged now. That will save having to regenerate it against the "new" I rebased it this morning and drone passed. It fails codecov by a bit, because it edits "random" files in places that might not have the average 65% code coverage. |
c9950c9
to
e928284
Compare
e928284
to
7ec8b37
Compare
@patrickjahns @DeepDiver1975 or anybody. |
53cdeaa
to
261dd5c
Compare
In the drone update we have preserved the "random" drone errors:
|
@phil-davis please resolve conflict |
3e3c431
to
c3acf9d
Compare
Conflicts resolved. |
c3acf9d
to
e82eff9
Compare
e82eff9
to
7277f88
Compare
I rebased again to make sure that CI is all good with today's current master. |
I wonder why our code needs that many string literals for variables and whether there is something we can do to avoid those in the future, like better variable / type declarations ? Or is it the way our classes are constructed ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 if CI passes
This gets
"somebody" "someday" should go through these in detail, understand why |
Stupid drone https://drone.owncloud.com/owncloud/core/20351/83/4
|
@phil-davis https://github.com/phan/phan/wiki/Annotating-Your-Source-Code#property |
66b2dce
to
bff20ba
Compare
This reverts commit 5a8d82e.
bff20ba
to
0397abf
Compare
Issue #35697
Backport #35817
The 4th commit is for code that is in
stable10
but notmaster
and gets reported byphan
Note: this has been rebased to the "new"
master
.