Add missing @since to new IdLookup classes
authorNiklas Laxström <niklas.laxstrom@gmail.com>
Fri, 22 Jan 2016 08:01:21 +0000 (09:01 +0100)
committerUmherirrender <umherirrender_de.wp@web.de>
Fri, 22 Jan 2016 20:17:31 +0000 (20:17 +0000)
Follow up I49568358ec35fdfd0b9e53e441adabded5c7b80f

Change-Id: I9f2e9a7c9bb5dd8608cfc6678a3557d916f0b09f

includes/user/CentralIdLookup.php
includes/user/LocalIdLookup.php

index 4c2b5b7..4b833ba 100644 (file)
@@ -23,6 +23,8 @@
 /**
  * The CentralIdLookup service allows for connecting local users with
  * cluster-wide IDs.
+ *
+ * @since 1.27
  */
 abstract class CentralIdLookup implements IDBAccessObject {
        // Audience options for accessors
index 58892ea..c0f9c05 100644 (file)
@@ -28,6 +28,7 @@
  *  $wgSharedDB and $wgSharedTables set, and that all wikis involved in the
  *  sharing are listed in $wgLocalDatabases, and that no wikis not involved in
  *  the sharing are listed in $wgLocalDatabases.
+ * @since 1.27
  */
 class LocalIdLookup extends CentralIdLookup {