Merge "Standardize doc spacing"

This commit is contained in:
jenkins-bot 2015-06-01 19:26:23 +00:00 committed by Gerrit Code Review
commit 956a3c608a

View file

@ -35,10 +35,13 @@ abstract class MWEchoEmailBatch {
* 1 - once everyday
* 7 - once every 7 days
* @param $userId int
* @param $enforceFrequency boolean Whether or not email sending frequency should be enforced.
* When true, today's notifications won't be returned if their are
* configured to go out tonight or at the end of the week.
* When false, all pending notifications will be returned.
* @param $enforceFrequency boolean Whether or not email sending frequency should
* be enforced.
*
* When true, today's notifications won't be returned if they are
* configured to go out tonight or at the end of the week.
*
* When false, all pending notifications will be returned.
* @return MWEchoEmailBatch/false
*/
public static function newFromUserId( $userId, $enforceFrequency = true ) {