From fedf9c69d9c84fc0399badef39ed765de72c08f1 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Wed, 19 Aug 2020 17:54:00 +0200 Subject: Use matching parameter names form interfaces and implementations Found by Psalm 3.14.1 Signed-off-by: Morris Jobke --- core/Command/App/ListApps.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/Command/App') diff --git a/core/Command/App/ListApps.php b/core/Command/App/ListApps.php index 74f2ad76ccd..b474a762f17 100644 --- a/core/Command/App/ListApps.php +++ b/core/Command/App/ListApps.php @@ -123,10 +123,10 @@ class ListApps extends Base { /** * @param string $optionName - * @param CompletionContext $completionContext + * @param CompletionContext $context * @return array */ - public function completeOptionValues($optionName, CompletionContext $completionContext) { + public function completeOptionValues($optionName, CompletionContext $context) { if ($optionName === 'shipped') { return ['true', 'false']; } -- cgit v1.2.3