X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FDeprecatedGlobal.php;h=8a637862eed8d0d887cd8d89ad70c1f02a2dec81;hb=b2986a93acb91c9ec910ae3e3494a291ca4bd903;hp=4d7b9689872bf6594af8af7d18dd4ac9073a21fb;hpb=90108d8c93735d7d5964f907b999c3a326e87461;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/DeprecatedGlobal.php b/includes/DeprecatedGlobal.php index 4d7b968987..8a637862ee 100644 --- a/includes/DeprecatedGlobal.php +++ b/includes/DeprecatedGlobal.php @@ -23,11 +23,10 @@ /** * Class to allow throwing wfDeprecated warnings * when people use globals that we do not want them to. - * (For example like $wgArticle) */ class DeprecatedGlobal extends StubObject { - // The m's are to stay consistent with parent class. + // The m's are to stay consistent with parent class. protected $mRealValue, $mVersion; function __construct( $name, $realValue, $version = false ) {