-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Add PHPStan and fix level 1 errors #307
Conversation
This comment was marked as off-topic.
This comment was marked as off-topic.
What's the meaning of your fork, @williamdes ? |
This comment has been minimized.
This comment has been minimized.
…e previously removed, the idea is to remove first the imagekeys files and then, the remaining files of the temporary directory Pull-request: #6
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.
There is too much going on in this PR.
Would you mind split it in small parts.
Note that some code like the barcode shouldn't used at all as there is a new lib for that.
Can you please sort out the conflicts? |
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.
Could you remove the composer change ?
Codecov Report
@@ Coverage Diff @@
## main #307 +/- ##
===========================================
- Coverage 72.80% 45.71% -27.09%
===========================================
Files 125 90 -35
Lines 22964 20282 -2682
===========================================
- Hits 16718 9272 -7446
- Misses 6246 11010 +4764
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
@williamdes why PHP 5.4 and 5.5 tests are failing, can you fix that? |
I will try to have a look, as far as I can see the gd error that makes no sense |
@williamdes any feedback on fixing the CI? |
Nope, but a recently merged PR also had the failure so I still have to search why it is failing, maybe a PHP extension setup issue :/ |
|
45c4d4a
to
c30a757
Compare
e39701f
to
8b1a58c
Compare
@williamdes please review @nicolaasuni all feedback addressed & rebased on the latest |
8b1a58c
to
35c03c0
Compare
Trying to merge this today but the static analysis test is failing: |
@nicolaasuni fixed |
No description provided.