Add numerous missing @throws to method documentation
[lhc/web/wiklou.git] / includes / UserMailer.php
index 8d1ed68..8fb8c35 100644 (file)
@@ -517,6 +517,8 @@ class EmailNotification {
         * @param $minorEdit bool
         * @param $oldid int Revision ID
         * @param $watchers array of user IDs
+        * @param string $pageStatus
+        * @throws MWException
         */
        public function actuallyNotifyOnPageChange( $editor, $title, $timestamp, $summary, $minorEdit,
                $oldid, $watchers, $pageStatus = 'changed' ) {