@@ -112,7 +112,7 @@ discard block |
||
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 |
||
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 | { |