HeartbeatController: PHPDoc fixes

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
pull/22548/head
Georg Ehrke 2020-09-02 12:03:04 +07:00
parent a352a7c7f3
commit 10df7198fe
No known key found for this signature in database
GPG Key ID: 9D98FD9380A1CB43
1 changed files with 2 additions and 0 deletions

@ -52,6 +52,8 @@ class HeartbeatController extends Controller {
* @param string $appName
* @param IRequest $request
* @param IEventDispatcher $eventDispatcher
* @param IUserSession $userSession
* @param ITimeFactory $timeFactory
*/
public function __construct(string $appName,
IRequest $request,