X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fsession%2FSessionBackend.php;h=44806eddef444d92d7f7840f55c88d12e5912c79;hb=58858df842f91d9ea1c9f9b6f3c767d8b204886b;hp=d37b73b5500e58e54610fe22f915f4f570f3b237;hpb=e94c89e7e3374d28a21e531a171c210eebf4b245;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/session/SessionBackend.php b/includes/session/SessionBackend.php index d37b73b550..44806eddef 100644 --- a/includes/session/SessionBackend.php +++ b/includes/session/SessionBackend.php @@ -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