X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Frevisiondelete%2FRevisionDeleter.php;h=ba1f0f69fd3d70f76f4643a6dc123828a37db156;hb=5dfb04f8e316384341db4ef628df90095afd922f;hp=d4f816780c4e65341856c7a5d563e721afe69e43;hpb=3d1972cc07b23a4750a50780d8912d24baa44cd5;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/revisiondelete/RevisionDeleter.php b/includes/revisiondelete/RevisionDeleter.php index d4f816780c..ba1f0f69fd 100644 --- a/includes/revisiondelete/RevisionDeleter.php +++ b/includes/revisiondelete/RevisionDeleter.php @@ -78,6 +78,7 @@ class RevisionDeleter { * @param Title $title * @param array $ids * @return RevDelList + * @throws MWException */ public static function createList( $typeName, IContextSource $context, Title $title, array $ids ) { $typeName = self::getCanonicalTypeName( $typeName ); @@ -115,7 +116,7 @@ class RevisionDeleter { * "revdelete-restricted", "revdelete-unrestricted" indicating (un)suppression * or null to indicate nothing in particular. * You can turn the keys in $arr[0] and $arr[1] into message keys by - * appending -hid and and -unhid to the keys respectively. + * appending -hid and -unhid to the keys respectively. * * @param int $n The new bitfield. * @param int $o The old bitfield.