Completed
Push — master ( f26b52...38e793 )
by dan
01:49
created
DatabaseNotificationManager.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -84,7 +84,7 @@  discard block
 block discarded – undo
84 84
 
85 85
     /**
86 86
      * @param DatabaseNotificationInterface $notification
87
-     * @param null                          $now
87
+     * @param null|\DateTime                          $now
88 88
      * @param bool                          $flush
89 89
      */
90 90
     public function setReadAtDate(DatabaseNotificationInterface $notification, $now = null, $flush = true)
@@ -104,7 +104,7 @@  discard block
 block discarded – undo
104 104
 
105 105
     /**
106 106
      * @param NotifiableInterface $notifiable
107
-     * @param null                $now
107
+     * @param \DateTime                $now
108 108
      */
109 109
     public function setUsersNotificationsAsRead(NotifiableInterface $notifiable, $now = null)
110 110
     {
@@ -159,7 +159,7 @@  discard block
 block discarded – undo
159 159
     }
160 160
 
161 161
     /**
162
-     * @return bool|mixed
162
+     * @return string
163 163
      */
164 164
     protected function notificationEntityName()
165 165
     {
Please login to merge, or discard this patch.