]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix: doc block corrected
authoryemkareems <yemkareems@gmail.com>
Fri, 5 Jul 2024 02:43:43 +0000 (08:13 +0530)
committeryemkareems <yemkareems@gmail.com>
Mon, 8 Jul 2024 10:12:55 +0000 (15:42 +0530)
Signed-off-by: yemkareems <yemkareems@gmail.com>
lib/public/IConfig.php

index 175f0e90c49169eddf313d9a221b7f700e46ade5..a2973dbe3baa02f7d3e32feede6ece1372c3a06c 100644 (file)
@@ -251,7 +251,7 @@ interface IConfig {
        public function getUsersForUserValue($appName, $key, $value);
 
        /**
-        * Gets the list of users based on their lastLogin info asc or desc
+        * Gets the list of users sorted by lastLogin, from most recent to least recent
         *
         * @param int|null $limit how many records to fetch
         * @param int $offset from which offset to fetch