@@ -37,6 +37,9 @@ |
||
| 37 | 37 | } |
| 38 | 38 | |
| 39 | 39 | |
| 40 | + /** |
|
| 41 | + * @param string $user_id |
|
| 42 | + */ |
|
| 40 | 43 | public function find($group_id, $user_id = null, $deleted = false) { |
| 41 | 44 | $params = []; |
| 42 | 45 | $where = []; |
@@ -81,7 +81,7 @@ |
||
| 81 | 81 | |
| 82 | 82 | /** |
| 83 | 83 | * @param $userId |
| 84 | - * @param int|bool $deleted |
|
| 84 | + * @param integer $deleted |
|
| 85 | 85 | * @param string|bool $group |
| 86 | 86 | * @return Note[] if not found |
| 87 | 87 | */ |