aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Notifications/NotificationInterface.php
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2017-05-12 15:02:32 +0200
committerThomas Citharel <tcit@tcit.fr>2017-06-23 10:02:45 +0200
commitf256145f404f6afa0b2888829c1285fe17445dd4 (patch)
tree7a276fc708b161e500474715c2851f412d4abc9a /src/Wallabag/CoreBundle/Notifications/NotificationInterface.php
parente0f9010ec2a558f6cf7d16fb96a2c4cdb34e3f37 (diff)
downloadwallabag-f256145f404f6afa0b2888829c1285fe17445dd4.tar.gz
wallabag-f256145f404f6afa0b2888829c1285fe17445dd4.tar.zst
wallabag-f256145f404f6afa0b2888829c1285fe17445dd4.zip
First draft for notifications
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
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 */