-
Notifications
You must be signed in to change notification settings - Fork 72
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
feat: adds null search service for testing #320
Conversation
801da27
to
cfd9de8
Compare
cfd9de8
to
0149a06
Compare
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.
Out of curiosity, why did you remove all those @param
doc comments?
@aseure I had the same tought! My guess was that it was removed for arguments that are typed because the tools can already infer whatever is interesting. |
@aseure @julienbourdeau indeed now php-cs-fixer raises errors when you both type-hint parameters and add doc blocks |
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.
Same comment regarding the deleted @params
. This solution looks like a good trade-off as we discussed yesterday 👍
998fbad
to
6faf0be
Compare
6faf0be
to
72a71ca
Compare
Describe your change
We deleted
NullEngine
without providing an alternate example class to mock your searchService. This fixes it.