X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=maintenance%2Fterm%2FMWTerm.php;h=d90d06956ea3ab184b4c92d06eb303a7d77d38b8;hb=34284d0195a61bdfcf9c13cfe83833845768bc8e;hp=c52f07ccdfa26bb89d59947c2e762e6b51c8874a;hpb=578fc56c293066bdca806c72b9fe040c8503dbd1;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/term/MWTerm.php b/maintenance/term/MWTerm.php index c52f07ccdf..d90d06956e 100644 --- a/maintenance/term/MWTerm.php +++ b/maintenance/term/MWTerm.php @@ -35,8 +35,8 @@ class AnsiTermColorer { /** * Return ANSI terminal escape code for changing text attribs/color * - * @param $color String: semicolon-separated list of attribute/color codes - * @return String + * @param string $color Semicolon-separated list of attribute/color codes + * @return string */ public function color( $color ) { global $wgCommandLineDarkBg; @@ -49,7 +49,7 @@ class AnsiTermColorer { /** * Return ANSI terminal escape code for restoring default text attributes * - * @return String + * @return string */ public function reset() { return $this->color( 0 );