-
-
Notifications
You must be signed in to change notification settings - Fork 35
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 Distinct operation #111
Conversation
here's how to fix the phpstan issue: https://phpstan.org/r/a5fbb74a-9e50-401a-b11e-05d96cc477db |
8a1f24e
to
d615b61
Compare
Do you have an idea on how I could fix the annotations here @AlexandruGG ? |
d615b61
to
8fe5e15
Compare
Hey sorry I only saw this now. If everything else is done leave this to me I can have a look and try to get it ready tomorrow |
Sure, no hurry! |
@drupol this is sorted now, have a look at my last commit c0fca86 to see the changes done. Maybe we can have a chat sometime so I can explain how I approach the static analysis checks to ensure that we get the types right and that we protect against incorrect usage (otherwise failures will only be detected by tests / at runtime!). It can be tricky with all the closures sometimes though 😅 |
Haha thanks mate! Glad you like it and that you learned something! That's the spirit :) |
c0fca86
to
77201ba
Compare
Great idea, anytime !! |
This PR
Fixes #110