HeartbeatController: PHPDoc fixes
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
This commit is contained in:
parent
a352a7c7f3
commit
10df7198fe
|
@ -52,6 +52,8 @@ class HeartbeatController extends Controller {
|
||||||
* @param string $appName
|
* @param string $appName
|
||||||
* @param IRequest $request
|
* @param IRequest $request
|
||||||
* @param IEventDispatcher $eventDispatcher
|
* @param IEventDispatcher $eventDispatcher
|
||||||
|
* @param IUserSession $userSession
|
||||||
|
* @param ITimeFactory $timeFactory
|
||||||
*/
|
*/
|
||||||
public function __construct(string $appName,
|
public function __construct(string $appName,
|
||||||
IRequest $request,
|
IRequest $request,
|
||||||
|
|
Loading…
Reference in New Issue