X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FuserOptions.inc;h=99ba3b8329ca6c7773bbfa0abb934911e8f665e4;hb=c54766586acab549f186e81eeab259845112809d;hp=9b8714d188d571a33955bd6928532fa3da9b9deb;hpb=00c13cb4d5f978a57275e74752a4be734675be81;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();