Fix doc comment in EchoNotificationController

Change-Id: I3b82206f93099959ed3c12aed7853762cc3da8e4
This commit is contained in:
Kunal Mehta 2015-06-15 19:02:05 -07:00
parent da894d8a43
commit cac31dd843

View file

@ -21,7 +21,7 @@ class EchoNotificationController {
/**
* Queue's that failed formatting and marks them as read at end of request.
*
* @var DeferredMarkAsReadUpdate|null
* @var EchoDeferredMarkAsReadUpdate|null
*/
static protected $markAsRead;