From 81884cf9da85cfb7f8b0b36cc5675d7ea72c8c0e Mon Sep 17 00:00:00 2001 From: Hamid Dehnavi Date: Thu, 6 Jul 2023 11:30:27 +0330 Subject: Refactor core/Command/App Signed-off-by: Hamid Dehnavi --- core/Command/App/GetPath.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/Command/App/GetPath.php') diff --git a/core/Command/App/GetPath.php b/core/Command/App/GetPath.php index 2ec72385191..ea614070e7d 100644 --- a/core/Command/App/GetPath.php +++ b/core/Command/App/GetPath.php @@ -29,7 +29,7 @@ use Symfony\Component\Console\Input\InputInterface; use Symfony\Component\Console\Output\OutputInterface; class GetPath extends Base { - protected function configure() { + protected function configure(): void { parent::configure(); $this @@ -67,7 +67,7 @@ class GetPath extends Base { * @param CompletionContext $context * @return string[] */ - public function completeArgumentValues($argumentName, CompletionContext $context) { + public function completeArgumentValues($argumentName, CompletionContext $context): array { if ($argumentName === 'app') { return \OC_App::getAllApps(); } -- cgit v1.2.3