@@ -30,7 +30,6 @@ |
||
| 30 | 30 | * StorageTimeoutException constructor. |
| 31 | 31 | * |
| 32 | 32 | * @param string $message |
| 33 | - * @param int $code |
|
| 34 | 33 | * @param \Exception $previous |
| 35 | 34 | * @since 9.0.0 |
| 36 | 35 | */ |
@@ -30,7 +30,6 @@ |
||
| 30 | 30 | * StorageTimeoutException constructor. |
| 31 | 31 | * |
| 32 | 32 | * @param string $message |
| 33 | - * @param int $code |
|
| 34 | 33 | * @param \Exception $previous |
| 35 | 34 | * @since 9.0.0 |
| 36 | 35 | */ |
@@ -30,7 +30,6 @@ |
||
| 30 | 30 | * StorageTimeoutException constructor. |
| 31 | 31 | * |
| 32 | 32 | * @param string $message |
| 33 | - * @param int $code |
|
| 34 | 33 | * @param \Exception $previous |
| 35 | 34 | * @since 9.0.0 |
| 36 | 35 | */ |
@@ -30,7 +30,6 @@ |
||
| 30 | 30 | * StorageTimeoutException constructor. |
| 31 | 31 | * |
| 32 | 32 | * @param string $message |
| 33 | - * @param int $code |
|
| 34 | 33 | * @param \Exception $previous |
| 35 | 34 | * @since 9.0.0 |
| 36 | 35 | */ |
@@ -100,8 +100,8 @@ |
||
| 100 | 100 | /** |
| 101 | 101 | * Return the relative date in relation to today. Returns something like "last hour" or "two month ago" |
| 102 | 102 | * @param int $timestamp unix timestamp |
| 103 | - * @param boolean $dateOnly |
|
| 104 | - * @return \OC_L10N_String human readable interpretation of the timestamp |
|
| 103 | + * @param integer $dateOnly |
|
| 104 | + * @return string human readable interpretation of the timestamp |
|
| 105 | 105 | * |
| 106 | 106 | * @deprecated 8.0.0 Use \OCP\Template::relative_modified_date() instead |
| 107 | 107 | */ |
@@ -544,7 +544,7 @@ |
||
| 544 | 544 | * @param array $input The array to work on |
| 545 | 545 | * @param int $case Either MB_CASE_UPPER or MB_CASE_LOWER (default) |
| 546 | 546 | * @param string $encoding The encoding parameter is the character encoding. Defaults to UTF-8 |
| 547 | - * @return array |
|
| 547 | + * @return string |
|
| 548 | 548 | * @since 4.5.0 |
| 549 | 549 | */ |
| 550 | 550 | public static function mb_array_change_key_case($input, $case = MB_CASE_LOWER, $encoding = 'UTF-8') { |
@@ -369,7 +369,7 @@ |
||
| 369 | 369 | * @param string $path path to the file which should be updated |
| 370 | 370 | * @param string $uid of the user who performs the operation |
| 371 | 371 | * @param array $accessList who has access to the file contains the key 'users' and 'public' |
| 372 | - * @return boolean |
|
| 372 | + * @return null|boolean |
|
| 373 | 373 | */ |
| 374 | 374 | public function update($path, $uid, array $accessList) { |
| 375 | 375 | |
@@ -105,7 +105,7 @@ discard block |
||
| 105 | 105 | /** |
| 106 | 106 | * Returns a list of features for the DAV: HTTP header. |
| 107 | 107 | * |
| 108 | - * @return array |
|
| 108 | + * @return string[] |
|
| 109 | 109 | */ |
| 110 | 110 | function getFeatures() { |
| 111 | 111 | |
@@ -222,7 +222,7 @@ discard block |
||
| 222 | 222 | * |
| 223 | 223 | * @param string $reportName |
| 224 | 224 | * @param mixed $report |
| 225 | - * @return bool |
|
| 225 | + * @return false|null |
|
| 226 | 226 | */ |
| 227 | 227 | function report($reportName, $report) { |
| 228 | 228 | |
@@ -778,7 +778,7 @@ discard block |
||
| 778 | 778 | * |
| 779 | 779 | * An exception is thrown if it's not. |
| 780 | 780 | * |
| 781 | - * @param resource|string $data |
|
| 781 | + * @param resource $data |
|
| 782 | 782 | * @param string $path |
| 783 | 783 | * @param bool $modified Should be set to true, if this event handler |
| 784 | 784 | * changed &$data. |
@@ -911,7 +911,7 @@ discard block |
||
| 911 | 911 | * |
| 912 | 912 | * @param DAV\INode $node |
| 913 | 913 | * @param string $output |
| 914 | - * @return bool |
|
| 914 | + * @return null|false |
|
| 915 | 915 | */ |
| 916 | 916 | function htmlActionsPanel(DAV\INode $node, &$output) { |
| 917 | 917 | |
@@ -315,7 +315,7 @@ discard block |
||
| 315 | 315 | * @param mixed $addressBookId |
| 316 | 316 | * @param string $cardUri |
| 317 | 317 | * @param string $cardData |
| 318 | - * @return string|null |
|
| 318 | + * @return string |
|
| 319 | 319 | */ |
| 320 | 320 | function createCard($addressBookId, $cardUri, $cardData) { |
| 321 | 321 | |
@@ -361,7 +361,7 @@ discard block |
||
| 361 | 361 | * @param mixed $addressBookId |
| 362 | 362 | * @param string $cardUri |
| 363 | 363 | * @param string $cardData |
| 364 | - * @return string|null |
|
| 364 | + * @return string |
|
| 365 | 365 | */ |
| 366 | 366 | function updateCard($addressBookId, $cardUri, $cardData) { |
| 367 | 367 | |