HeartbeatController: PHPDoc fixes

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
This commit is contained in:
Georg Ehrke 2020-09-02 12:03:04 +02: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

View File

@ -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,