From e3710957c6b7e12293805a15d0624be7c7054092 Mon Sep 17 00:00:00 2001 From: Gerrit Uitslag Date: Wed, 1 Oct 2014 17:05:40 +0200 Subject: more phpdocs and minor check --- inc/cli.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc/cli.php') diff --git a/inc/cli.php b/inc/cli.php index 29d76ece1..14e2c0c8d 100644 --- a/inc/cli.php +++ b/inc/cli.php @@ -471,7 +471,7 @@ class DokuCLI_Options { * * @param string $option * @param bool|string $default what to return if the option was not set - * @return false|string + * @return bool|string */ public function getOpt($option, $default = false) { if(isset($this->options[$option])) return $this->options[$option]; -- cgit v1.2.3