-
Notifications
You must be signed in to change notification settings - Fork 16
cakePHP 4.x compatiblity #55
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
Conversation
Thanks, looks like the test-suite needs updating as well. If you manage to get this all green I will release a new version. ❤️ |
yes. I did not have time yet to look into that. will keep trying to get it green :) |
take all the time you need, I will probably not be able to review/merge until this Friday anyway. Appreciate it 👍 |
Codecov Report
@@ Coverage Diff @@
## master #55 +/- ##
=======================================
Coverage 100% 100%
Complexity 32 32
=======================================
Files 5 5
Lines 99 99
=======================================
Hits 99 99
Continue to review full report at Codecov.
|
I am not really used to working with travis and/or phpunit/phpcs
|
Not an idea but... I can share how I have always done it from day one. I always take https://github.com/UseMuffin/Slug as an example of how things should be done (as those maintainers know what they are doing) and then compare what they have in their
🤞 |
@mimo74 ohhhh, please ignore my previous comment, I was too fast, my bad. Phpcs is functioning perfectly fine as it is. There are styling errors in the travis log, see for example https://travis-ci.org/alt3/cakephp-swagger/jobs/655381117#L733 which:
Fix those 3, push the changes and you will see the list of styling errors decrease. Fix until solved. |
Also, it appears the styling errors are unrelated to your change. These are probably new rule sets now triggering the errors because it has been ages since the last release. I don't want to over-ask you here but if you could fix them that would be awesome. |
Sorry for spamming you, two last things:
|
ohh... i see.. the lines before where the output of phpcs. I got confused by |
No worries, phpcs is really good stuff. |
we are green! |
This is all you man, congrats. I will eat something first, then merge and release a new 4.0.0 version. Awesome job 💯 |
Released as https://github.com/alt3/cakephp-swagger/releases/tag/4.0.0 Looks gtm, thanks for this one, really appreciated |
proposing new branch cake-4.x
fixes #51