@@ -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 | */ |
@@ -62,7 +62,6 @@ |
||
| 62 | 62 | * @NoCSRFRequired |
| 63 | 63 | * @TODO Add etag / lastmodified |
| 64 | 64 | * @param int|bool $deleted |
| 65 | - * @param string|bool $group |
|
| 66 | 65 | * @return JSONResponse |
| 67 | 66 | */ |
| 68 | 67 | public function index($deleted = false, $notebook_id = false) { |