From aeecb72e96e54439f98822467bb727366207039f Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Thu, 6 Jan 2022 16:57:32 +0100 Subject: Fix a few psalm issues and moved back to psalm/phar 4.18 Signed-off-by: Carl Schwan --- core/Command/App/GetPath.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/Command/App') diff --git a/core/Command/App/GetPath.php b/core/Command/App/GetPath.php index 682c3fb9bac..2ec72385191 100644 --- a/core/Command/App/GetPath.php +++ b/core/Command/App/GetPath.php @@ -48,7 +48,7 @@ class GetPath extends Base { * * @param InputInterface $input An InputInterface instance * @param OutputInterface $output An OutputInterface instance - * @return null|int null or 0 if everything went fine, or an error code + * @return int 0 if everything went fine, or an error code */ protected function execute(InputInterface $input, OutputInterface $output): int { $appName = $input->getArgument('app'); -- cgit v1.2.3