@@ -511,7 +511,7 @@ discard block |
||
| 511 | 511 | /** |
| 512 | 512 | * @param \OCP\Files\File|\OCP\Files\Folder $node |
| 513 | 513 | * @param boolean $includeTags include tags in response |
| 514 | - * @param int|null $stateFilter state filter or empty for all, defaults to 0 (accepted) |
|
| 514 | + * @param integer $stateFilter state filter or empty for all, defaults to 0 (accepted) |
|
| 515 | 515 | * @return \OC\OCS\Result |
| 516 | 516 | */ |
| 517 | 517 | private function getSharedWithMe($node = null, $includeTags, $stateFilter = 0) { |
@@ -870,7 +870,7 @@ discard block |
||
| 870 | 870 | } |
| 871 | 871 | |
| 872 | 872 | /** |
| 873 | - * @param $id |
|
| 873 | + * @param integer $id |
|
| 874 | 874 | * @param $state |
| 875 | 875 | * @return \OC\OCS\Result |
| 876 | 876 | */ |
@@ -1041,6 +1041,7 @@ discard block |
||
| 1041 | 1041 | * not support this we need to check all backends. |
| 1042 | 1042 | * |
| 1043 | 1043 | * @param string $id |
| 1044 | + * @param string $recipient |
|
| 1044 | 1045 | * @return \OCP\Share\IShare |
| 1045 | 1046 | * @throws ShareNotFound |
| 1046 | 1047 | */ |