Deprecate SessionHandler::resetSessions()
authorMarcel Werk <burntime@woltlab.com>
Tue, 13 Feb 2024 17:16:20 +0000 (18:16 +0100)
committerMarcel Werk <burntime@woltlab.com>
Tue, 13 Feb 2024 17:16:20 +0000 (18:16 +0100)
Closes #3647

wcfsetup/install/files/lib/system/session/SessionHandler.class.php

index 30f857346a59176560b49db001101b25c4de1d4e..8bd1c7607a2ec376fb068ebe5ab394505344e190 100644 (file)
@@ -1277,6 +1277,7 @@ final class SessionHandler extends SingletonFactory
      * Resets session-specific storage data.
      *
      * @param int[] $userIDs
+     * @deprecated 6.1 see https://github.com/WoltLab/WCF/pull/3767
      */
     public static function resetSessions(array $userIDs = [])
     {