-
-
Notifications
You must be signed in to change notification settings - Fork 4.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
Update to coding-standard 1.2.3 #47449
Conversation
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.
Psalm found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.
c4b9c28
to
847a190
Compare
847a190
to
c798e73
Compare
False positive (because the file is included). It's popping up now because the
I agree with Psalm the code is highly confusing. |
c798e73
to
f0179c0
Compare
Should be excluded from release tar ball, no? |
yes should be removed on packaging |
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.
Looks good!
@@ -0,0 +1,7 @@ | |||
# .git-blame-ignore-revs |
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.
TIL!
Signed-off-by: Daniel Kesselberg <[email protected]>
Signed-off-by: Daniel Kesselberg <[email protected]>
f0179c0
to
dd165cf
Compare
The above errors were fixed by changing server/lib/private/Route/Router.php Lines 166 to 182 in 1cc6b35
Psalm resolves the require_once call and assumes, because of the phpdoc annotation, the the class is now IRouter instead of Router and shows a warning that the interface does not have loaded, etc.. |
Cypress is having a good day 🥳 🙌 |
Summary
TODO
Checklist