@@ -50,6 +50,9 @@ |
||
50 | 50 | return $location; |
51 | 51 | } |
52 | 52 | |
53 | + /** |
|
54 | + * @param string $path |
|
55 | + */ |
|
53 | 56 | public function buildPath($path) { |
54 | 57 | $location = parent::buildPath($path); |
55 | 58 | if ($this->isCaseInsensitiveStorage) { |
@@ -920,7 +920,7 @@ discard block |
||
920 | 920 | * @param int $previewWidth |
921 | 921 | * @param int $previewHeight |
922 | 922 | * |
923 | - * @return int[] |
|
923 | + * @return double[] |
|
924 | 924 | */ |
925 | 925 | private function scale($image, $askedWidth, $askedHeight, $previewWidth, $previewHeight) { |
926 | 926 | $scalingUp = $this->getScalingUp(); |
@@ -1083,6 +1083,7 @@ discard block |
||
1083 | 1083 | /** |
1084 | 1084 | * Returns the path to the folder where the previews are stored, identified by the fileId |
1085 | 1085 | * |
1086 | + * @param integer $fileId |
|
1086 | 1087 | * @return string |
1087 | 1088 | */ |
1088 | 1089 | private function getPreviewPath($fileId = null) { |
@@ -47,7 +47,7 @@ discard block |
||
47 | 47 | |
48 | 48 | /** |
49 | 49 | * @param string $table name |
50 | - * @return int id of last insert statement |
|
50 | + * @return string id of last insert statement |
|
51 | 51 | */ |
52 | 52 | public function lastInsertId($table) { |
53 | 53 | return $this->conn->realLastInsertId($table); |
@@ -118,7 +118,7 @@ discard block |
||
118 | 118 | |
119 | 119 | /** |
120 | 120 | * Inserts, or updates a row into the database. Returns the inserted or updated rows |
121 | - * @param $table string table name including **PREFIX** |
|
121 | + * @param string $table string table name including **PREFIX** |
|
122 | 122 | * @param $input array the key=>value pairs to insert into the db row |
123 | 123 | * @param $compare array columns that should be compared to look for existing arrays |
124 | 124 | * @return int the number of rows affected by the operation |
@@ -147,7 +147,7 @@ discard block |
||
147 | 147 | |
148 | 148 | /** |
149 | 149 | * @param string $data |
150 | - * @return int |
|
150 | + * @return boolean |
|
151 | 151 | */ |
152 | 152 | public function stream_write($data) { |
153 | 153 | return false; |
@@ -253,7 +253,7 @@ discard block |
||
253 | 253 | } |
254 | 254 | |
255 | 255 | /** |
256 | - * @param $pos |
|
256 | + * @param integer $pos |
|
257 | 257 | * @return IFile | null |
258 | 258 | */ |
259 | 259 | protected function getNodeForPosition($pos) { |
@@ -449,7 +449,7 @@ |
||
449 | 449 | * In some environments the system config file is readonly. Find out if this |
450 | 450 | * is the case. |
451 | 451 | * |
452 | - * @return boolean |
|
452 | + * @return false|string |
|
453 | 453 | * @since 10.0.3 |
454 | 454 | */ |
455 | 455 | public function isSystemConfigReadOnly() { |
@@ -20,8 +20,6 @@ |
||
20 | 20 | */ |
21 | 21 | namespace OCA\DAV\Upload; |
22 | 22 | |
23 | -use OCA\DAV\Connector\Sabre\Directory; |
|
24 | -use Sabre\DAV\Exception\Forbidden; |
|
25 | 23 | use Sabre\DAV\IFile; |
26 | 24 | |
27 | 25 | /** |
@@ -432,6 +432,9 @@ |
||
432 | 432 | }, $accounts); |
433 | 433 | } |
434 | 434 | |
435 | + /** |
|
436 | + * @param string $backendClass |
|
437 | + */ |
|
435 | 438 | public function getBackend($backendClass) { |
436 | 439 | if (isset($this->backends[$backendClass])) { |
437 | 440 | return $this->backends[$backendClass]; |
@@ -2870,7 +2870,7 @@ |
||
2870 | 2870 | } |
2871 | 2871 | |
2872 | 2872 | /** |
2873 | - * @param $user |
|
2873 | + * @param string|boolean $user |
|
2874 | 2874 | * @return Group[] |
2875 | 2875 | */ |
2876 | 2876 | private static function getGroupsForUser($user) { |
@@ -219,7 +219,8 @@ discard block |
||
219 | 219 | } |
220 | 220 | |
221 | 221 | /** |
222 | - * @param $addressBookUri |
|
222 | + * @param string $addressBookUri |
|
223 | + * @param string $principal |
|
223 | 224 | * @return array|null |
224 | 225 | */ |
225 | 226 | public function getAddressBooksByUri($principal, $addressBookUri) { |
@@ -909,6 +910,7 @@ discard block |
||
909 | 910 | * * readOnly - boolean |
910 | 911 | * * summary - Optional, a description for the share |
911 | 912 | * |
913 | + * @param integer $addressBookId |
|
912 | 914 | * @return array |
913 | 915 | */ |
914 | 916 | public function getShares($addressBookId) { |
@@ -1013,7 +1015,7 @@ discard block |
||
1013 | 1015 | |
1014 | 1016 | /** |
1015 | 1017 | * For shared address books the sharee is set in the ACL of the address book |
1016 | - * @param $addressBookId |
|
1018 | + * @param integer $addressBookId |
|
1017 | 1019 | * @param $acl |
1018 | 1020 | * @return array |
1019 | 1021 | */ |
@@ -1021,6 +1023,9 @@ discard block |
||
1021 | 1023 | return $this->sharingBackend->applyShareAcl($addressBookId, $acl); |
1022 | 1024 | } |
1023 | 1025 | |
1026 | + /** |
|
1027 | + * @param boolean $toV2 |
|
1028 | + */ |
|
1024 | 1029 | private function convertPrincipal($principalUri, $toV2 = null) { |
1025 | 1030 | if ($this->principalBackend->getPrincipalPrefix() === 'principals') { |
1026 | 1031 | list(, $name) = URLUtil::splitPath($principalUri); |