-
Notifications
You must be signed in to change notification settings - Fork 183
Improve idea completion #286
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,6 +2,8 @@ | |
|
|
||
| namespace FOS\MessageBundle\Search; | ||
|
|
||
| use FOS\MessageBundle\Model\ThreadInterface; | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can you put an empty line before :) ?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Done.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Not on this one :) . You had two.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Done. Other one ? :). My idea conf is a bit weird. |
||
|
|
||
| /** | ||
| * Finds threads of a participant, matching a given query | ||
| * | ||
|
|
@@ -13,7 +15,7 @@ interface FinderInterface | |
| * Finds threads of a participant, matching a given query | ||
| * | ||
| * @param Query $query | ||
| * @return array of ThreadInterface | ||
| * @return ThreadInterface[] | ||
| */ | ||
| function find(Query $query); | ||
|
|
||
|
|
||
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.
Can you put an empty line before :) ?
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.
Done.