@@ -41,13 +41,13 @@ |
||
| 41 | 41 | } |
| 42 | 42 | |
| 43 | 43 | /** |
| 44 | - * @param ProjectModel $project |
|
| 45 | - * @param UserInterface $author |
|
| 46 | - * @param array $orderBy |
|
| 47 | - * @param integer $limit |
|
| 48 | - * @param integer $offset |
|
| 49 | - * @return array |
|
| 50 | - */ |
|
| 44 | + * @param ProjectModel $project |
|
| 45 | + * @param UserInterface $author |
|
| 46 | + * @param array $orderBy |
|
| 47 | + * @param integer $limit |
|
| 48 | + * @param integer $offset |
|
| 49 | + * @return array |
|
| 50 | + */ |
|
| 51 | 51 | public function getProjectFeedbacksByAuthor(ProjectModel $project, UserInterface $author, $orderBy = null, $limit = null, $offset = null) { |
| 52 | 52 | return $this->em->getRepository($this->feedbackClass)->findBy([ |
| 53 | 53 | 'project' => $project, |