Completed
Push — master ( 97130c...2e004f )
by dan
01:57
created
NotificationManager.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -112,7 +112,7 @@  discard block
 block discarded – undo
112 112
 
113 113
     /**
114 114
      * @param DatabaseNotificationInterface $notification
115
-     * @return bool
115
+     * @return boolean|null
116 116
      */
117 117
     public function markAsRead(DatabaseNotificationInterface $notification)
118 118
     {
@@ -128,7 +128,7 @@  discard block
 block discarded – undo
128 128
 
129 129
     /**
130 130
      * @param NotifiableInterface $user
131
-     * @return bool
131
+     * @return boolean|null
132 132
      */
133 133
     public function markAllAsRead(NotifiableInterface $user)
134 134
     {
Please login to merge, or discard this patch.