Merge "Port categories dump header fix"
[lhc/web/wiklou.git] / includes / session / SessionBackend.php
index d37b73b..44806ed 100644 (file)
@@ -97,7 +97,7 @@ final class SessionBackend {
        private $shutdown = false;
 
        /**
-        * @param SessionId $id Session ID object
+        * @param SessionId $id
         * @param SessionInfo $info Session info to populate from
         * @param CachedBagOStuff $store Backend data store
         * @param LoggerInterface $logger