-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
fix(memcache): remove double $$ to fix error #44794
Conversation
/backport to stable29 |
/backport to stable28 |
/backport to stable27 |
Nice catch.
|
I‘m really no PHP expert myself. The Double Dollar Sign is a Variable Variable in PHP. As Long as ist doesn‘t throw any erros that could just be right. The Double Dollar sign here in the Commit caused lots of errors on my Instance. By the way, how do i merge this commit? |
I think
Note that I think that means you have profiling enabled, you should disable it outside of dev instances. Check with
You do not, we need to wait for someone with the power to do so to force merge, because the CI cannot pass on PRs coming from forks. |
Extra Dollar Sign caused errors in Nextcloud. Removing the Dollar Sign Solved the Problem. Signed-off-by: Velwark <[email protected]>
Thanks for your first pull request and welcome to the community! Feel free to keep them coming! If you are looking for issues to tackle then have a look at this selection: https://github.com/nextcloud/server/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22 |
Thanks for your contribution @Velwark 🎉 Highly appreciated 💯🙏🎉 |
Looking at
|
fixed it in 6953d1f in the psalm bump PR which I intend to get merged at some point. |
Hello there, We hope that the review process is going smooth and is helpful for you. We want to ensure your pull request is reviewed to your satisfaction. If you have a moment, our community management team would very much appreciate your feedback on your experience with this PR review process. Your feedback is valuable to us as we continuously strive to improve our community developer experience. Please take a moment to complete our short survey by clicking on the following link: https://cloud.nextcloud.com/apps/forms/s/i9Ago4EQRZ7TWxjfmeEpPkf6 Thank you for contributing to Nextcloud and we hope to hear from you soon! |
@Velwark What were the errors you were seeing/under what conditions? Asking since this PR wasn't connected to prior bug report and just to get it on record for searches/etc. Thanks! |
Well it triggered a warning depending on PHP config because of the use of |
👍 I just realized this is in the wrapper (so only when Probably a less traveled code path. Explains why there weren't a bunch of related bug reports. |
Extra Dollar Sign caused errors in Nextcloud. Removing the Dollar Sign Solved the Problem.
Summary
TODO
Checklist