CentralIdLookup: Fix documentation of self::$instances
authorKunal Mehta <legoktm@member.fsf.org>
Tue, 13 Sep 2016 04:29:09 +0000 (21:29 -0700)
committerKunal Mehta <legoktm@member.fsf.org>
Tue, 13 Sep 2016 04:47:00 +0000 (21:47 -0700)
Change-Id: I9fd86c174832e130647e74f4fdeb9fdc7c90702e

includes/user/CentralIdLookup.php

index f67a8d8..2ced6e2 100644 (file)
@@ -31,7 +31,7 @@ abstract class CentralIdLookup implements IDBAccessObject {
        const AUDIENCE_PUBLIC = 1;
        const AUDIENCE_RAW = 2;
 
-       /** @var CentralIdLookup[][] */
+       /** @var CentralIdLookup[] */
        private static $instances = [];
 
        /** @var string */