diff options
Diffstat (limited to 'core/Command/App/GetPath.php')
-rw-r--r-- | core/Command/App/GetPath.php | 2 |
1 files changed, 1 insertions, 1 deletions
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'); |