fix typo in documentation in UserProfileCache
authorJoshua Rüsweg <josh@bastelstu.be>
Sat, 30 May 2015 10:37:30 +0000 (12:37 +0200)
committerJoshua Rüsweg <josh@bastelstu.be>
Sat, 30 May 2015 10:37:30 +0000 (12:37 +0200)
wcfsetup/install/files/lib/data/user/UserProfileCache.class.php

index 3067768fa406f82235dab15ba0d8b53eeff9b3d4..76de2b888730fcfa933f4a9cd2c343827c474028 100644 (file)
@@ -37,7 +37,7 @@ class UserProfileCache extends SingletonFactory {
        /**
         * Caches the given user ids.
         * 
-        * @param       array<integer>          $userID
+        * @param       array<integer>          $userIDs
         */
        public function cacheUserIDs(array $userIDs) {
                $this->userIDs = array_merge($this->userIDs, $userIDs);