From: Gergő Tisza Date: Sat, 14 May 2016 08:06:55 +0000 (+0000) Subject: @since for User::newSystemUser X-Git-Tag: 1.31.0-rc.0~6973^2 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmembres/Category:Foo?a=commitdiff_plain;h=7d9844fa15010264ffc0abeac25ca85bcb1689d9;p=lhc%2Fweb%2Fwiklou.git @since for User::newSystemUser Change-Id: Id67a8fcf2f1616e48268ca9105094a8a66b79d73 --- diff --git a/includes/user/User.php b/includes/user/User.php index 3d7d71c1b8..c748e6a1b6 100644 --- a/includes/user/User.php +++ b/includes/user/User.php @@ -674,6 +674,7 @@ class User implements IDBAccessObject { * - steal: Whether to reset the account's password and email if it * already exists, default false * @return User|null + * @since 1.27 */ public static function newSystemUser( $name, $options = [] ) { $options += [