summaryrefslogtreecommitdiff
path: root/inc/cliopts.php
diff options
context:
space:
mode:
authorGerrit Uitslag <klapinklapin@gmail.com>2014-10-01 17:05:40 +0200
committerGerrit Uitslag <klapinklapin@gmail.com>2014-10-01 17:05:40 +0200
commite3710957c6b7e12293805a15d0624be7c7054092 (patch)
treeb3a7542d4eb9e3b35a1f4c4ef499b6773e75a336 /inc/cliopts.php
parent253d4b48ec708eb42033862dc15c8576f44a48ed (diff)
downloadrpg-e3710957c6b7e12293805a15d0624be7c7054092.tar.gz
rpg-e3710957c6b7e12293805a15d0624be7c7054092.tar.bz2
more phpdocs and minor check
Diffstat (limited to 'inc/cliopts.php')
-rw-r--r--inc/cliopts.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/cliopts.php b/inc/cliopts.php
index c75a5a93b..f2782a465 100644
--- a/inc/cliopts.php
+++ b/inc/cliopts.php
@@ -78,7 +78,7 @@ class Doku_Cli_Opts {
* @param string $bin_file executing file name - this MUST be passed the __FILE__ constant
* @param string $short_options short options
* @param array $long_options (optional) long options
- * @return Doku_Cli_Opts_Container or Doku_Cli_Opts_Error
+ * @return Doku_Cli_Opts_Container|Doku_Cli_Opts_Error
*/
function & getOptions($bin_file, $short_options, $long_options = null) {
$args = Doku_Cli_Opts::readPHPArgv();