@@ -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 | */ |
@@ -524,7 +524,7 @@ |
||
| 524 | 524 | * @param array $input The array to work on |
| 525 | 525 | * @param int $case Either MB_CASE_UPPER or MB_CASE_LOWER (default) |
| 526 | 526 | * @param string $encoding The encoding parameter is the character encoding. Defaults to UTF-8 |
| 527 | - * @return array |
|
| 527 | + * @return string |
|
| 528 | 528 | * @since 4.5.0 |
| 529 | 529 | */ |
| 530 | 530 | public static function mb_array_change_key_case($input, $case = MB_CASE_LOWER, $encoding = 'UTF-8') { |
@@ -524,7 +524,7 @@ |
||
| 524 | 524 | * @param array $input The array to work on |
| 525 | 525 | * @param int $case Either MB_CASE_UPPER or MB_CASE_LOWER (default) |
| 526 | 526 | * @param string $encoding The encoding parameter is the character encoding. Defaults to UTF-8 |
| 527 | - * @return array |
|
| 527 | + * @return string |
|
| 528 | 528 | * @since 4.5.0 |
| 529 | 529 | */ |
| 530 | 530 | public static function mb_array_change_key_case($input, $case = MB_CASE_LOWER, $encoding = 'UTF-8') { |
@@ -28,6 +28,9 @@ |
||
| 28 | 28 | |
| 29 | 29 | protected $mounts = []; |
| 30 | 30 | |
| 31 | + /** |
|
| 32 | + * @param string $mountPoint |
|
| 33 | + */ |
|
| 31 | 34 | protected function registerMount($userId, $storage, $mountPoint, $arguments = null) { |
| 32 | 35 | if (!isset($this->mounts[$userId])) { |
| 33 | 36 | $this->mounts[$userId] = []; |
@@ -26,11 +26,8 @@ |
||
| 26 | 26 | use OCA\Files_external\NotFoundException; |
| 27 | 27 | use OCA\Files_external\Service\GlobalStoragesService; |
| 28 | 28 | use Symfony\Component\Console\Command\Command; |
| 29 | -use Symfony\Component\Console\Helper\Table; |
|
| 30 | -use Symfony\Component\Console\Helper\TableHelper; |
|
| 31 | 29 | use Symfony\Component\Console\Input\InputArgument; |
| 32 | 30 | use Symfony\Component\Console\Input\InputInterface; |
| 33 | -use Symfony\Component\Console\Input\InputOption; |
|
| 34 | 31 | use Symfony\Component\Console\Output\OutputInterface; |
| 35 | 32 | |
| 36 | 33 | class Config extends Base { |
@@ -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 | */ |