1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2024-12-21 21:30:08 +00:00

Add return tyoe to RoomListBoxController::getLink()

This commit is contained in:
Tim Düsterhus 2023-02-02 16:43:13 +01:00
parent 060a3b3091
commit 677b07c634
Signed by: TimWolla
GPG Key ID: 8FF75566094168AF

View File

@ -6,7 +6,7 @@
* Use of this software is governed by the Business Source License * Use of this software is governed by the Business Source License
* included in the LICENSE file. * included in the LICENSE file.
* *
* Change Date: 2026-09-17 * Change Date: 2027-02-02
* *
* On the date above, in accordance with the Business Source * On the date above, in accordance with the Business Source
* License, use of this software will be governed by version 2 * License, use of this software will be governed by version 2
@ -91,7 +91,7 @@ public function hasLink()
/** /**
* @inheritDoc * @inheritDoc
*/ */
public function getLink() public function getLink(): string
{ {
return LinkHandler::getInstance()->getControllerLink(RoomListPage::class); return LinkHandler::getInstance()->getControllerLink(RoomListPage::class);
} }