@@ -49,9 +49,9 @@ |
||
| 49 | 49 | /** |
| 50 | 50 | * Checks if the given read status is a valid read status. |
| 51 | 51 | * |
| 52 | - * @param mixed $readStatus The read status we check |
|
| 52 | + * @param integer $readStatus The read status we check |
|
| 53 | 53 | * |
| 54 | - * @return true if the read status is valid. |
|
| 54 | + * @return boolean if the read status is valid. |
|
| 55 | 55 | * |
| 56 | 56 | * @throws \InvalidArgumentException If the read status is invalid. |
| 57 | 57 | */ |
@@ -55,7 +55,7 @@ |
||
| 55 | 55 | * |
| 56 | 56 | * @param integer $threadStatus One of the thread status constants |
| 57 | 57 | * |
| 58 | - * @return true if the read status is valid. |
|
| 58 | + * @return boolean if the read status is valid. |
|
| 59 | 59 | * |
| 60 | 60 | * @throws \InvalidArgumentException If the read status is invalid. |
| 61 | 61 | */ |
@@ -193,7 +193,7 @@ |
||
| 193 | 193 | * @param ParticipantInterface $loggedInUser |
| 194 | 194 | * @param ThreadInterface $thread |
| 195 | 195 | * |
| 196 | - * @return threadInterface |
|
| 196 | + * @return ThreadInterface |
|
| 197 | 197 | */ |
| 198 | 198 | protected function doThreadProcessing(ParticipantInterface $loggedInUser, ThreadInterface $thread) |
| 199 | 199 | { |
@@ -114,7 +114,7 @@ |
||
| 114 | 114 | /** |
| 115 | 115 | * Asserts that a parameter key has a certain value |
| 116 | 116 | * |
| 117 | - * @param mixed $value |
|
| 117 | + * @param string $value |
|
| 118 | 118 | * @param string $key |
| 119 | 119 | */ |
| 120 | 120 | private function assertParameter($value, $key) |