X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FuserOptions.inc;h=99ba3b8329ca6c7773bbfa0abb934911e8f665e4;hb=66522e992899d87839608780d61060dbd0ae030c;hp=9b8714d188d571a33955bd6928532fa3da9b9deb;hpb=27f8aa732e55f0655255152fa22655fa07424c2d;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/userOptions.inc b/maintenance/userOptions.inc index 9b8714d188..99ba3b8329 100644 --- a/maintenance/userOptions.inc +++ b/maintenance/userOptions.inc @@ -40,7 +40,11 @@ class UserOptions { private $mMode, $mReady; - /** Constructor. Will show usage and exit if script options are not correct */ + /** + * Constructor. Will show usage and exit if script options are not correct + * @param array $opts + * @param array $args + */ function __construct( $opts, $args ) { if ( !$this->checkOpts( $opts, $args ) ) { UserOptions::showUsageAndExit();