Update wcfsetup/install/files/lib/data/session/Session.class.php
authorOlaf Braun <olaf_schmitz_1@t-online.de>
Tue, 27 Feb 2024 13:53:12 +0000 (14:53 +0100)
committerGitHub <noreply@github.com>
Tue, 27 Feb 2024 13:53:12 +0000 (14:53 +0100)
Co-authored-by: Alexander Ebert <ebert@woltlab.com>
wcfsetup/install/files/lib/data/session/Session.class.php

index 99ce86472e816278c2bf66f8d2bef2c856884a0e..e39679fca9072a657993204fad53f161556d5057 100644 (file)
@@ -15,7 +15,7 @@ use wcf\data\acp\session\ACPSession;
  * @property-read   int|null $pageObjectID       id of the object the latest page visited belongs to
  * @property-read   int|null $parentPageID       id of the parent page of latest page visited
  * @property-read   int|null $parentPageObjectID id of the object the parent page of latest page visited belongs to
- * @property-read   int $spiderIdentifier identifier of the spider
+ * @property-read   ?string $spiderIdentifier identifier of the spider
  */
 class Session extends ACPSession
 {