aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Notifications/NotificationInterface.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Wallabag/CoreBundle/Notifications/NotificationInterface.php')
-rw-r--r--src/Wallabag/CoreBundle/Notifications/NotificationInterface.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Wallabag/CoreBundle/Notifications/NotificationInterface.php b/src/Wallabag/CoreBundle/Notifications/NotificationInterface.php
index 4a3c2759..fa226487 100644
--- a/src/Wallabag/CoreBundle/Notifications/NotificationInterface.php
+++ b/src/Wallabag/CoreBundle/Notifications/NotificationInterface.php
@@ -37,12 +37,12 @@ interface NotificationInterface extends LoggerAwareInterface
37 /** 37 /**
38 * If the notification has been viewed / dismissed or not. 38 * If the notification has been viewed / dismissed or not.
39 * 39 *
40 * @return bool 40 * @return boolean
41 */ 41 */
42 public function isRead(); 42 public function isRead();
43 43
44 /** 44 /**
45 * @param bool $read 45 * @param boolean $read
46 * 46 *
47 * @return NotificationInterface 47 * @return NotificationInterface
48 */ 48 */