@@ -117,7 +117,7 @@ public function getParticipantInboxThreadsQueryBuilder(ParticipantInterface $par
117117 * In one word: an inbox.
118118 *
119119 * @param ParticipantInterface $participant
120- * @return array of ThreadInterface
120+ * @return ThreadInterface[]
121121 */
122122 public function findParticipantInboxThreads (ParticipantInterface $ participant )
123123 {
@@ -168,7 +168,7 @@ public function getParticipantSentThreadsQueryBuilder(ParticipantInterface $part
168168 * In one word: an sentbox.
169169 *
170170 * @param ParticipantInterface $participant
171- * @return array of ThreadInterface
171+ * @return ThreadInterface[]
172172 */
173173 public function findParticipantSentThreads (ParticipantInterface $ participant )
174174 {
@@ -235,7 +235,7 @@ public function getParticipantThreadsBySearchQueryBuilder(ParticipantInterface $
235235 *
236236 * @param ParticipantInterface $participant
237237 * @param string $search
238- * @return array of ThreadInterface
238+ * @return ThreadInterface[]
239239 */
240240 public function findParticipantThreadsBySearch (participantinterface $ participant , $ search )
241241 {
@@ -248,7 +248,7 @@ public function findParticipantThreadsBySearch(participantinterface $participant
248248 * Gets threads created by a participant
249249 *
250250 * @param ParticipantInterface $participant
251- * @return array of ThreadInterface
251+ * @return ThreadInterface[]
252252 */
253253 public function findThreadsCreatedBy (ParticipantInterface $ participant )
254254 {
0 commit comments