Decomment parts accidentally commited commented in r62557
[lhc/web/wiklou.git] / includes / EmaillingJob.php
index 73d71c5..380c898 100644 (file)
@@ -3,6 +3,8 @@
 /**
  * Old job used for sending single notification emails;
  * kept for backwards-compatibility
+ *
+ * @ingroup JobQueue
  */
 class EmaillingJob extends Job {
 
@@ -20,6 +22,5 @@ class EmaillingJob extends Job {
                );
                return true;
        }
-       
-}
 
+}