]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Notifications/NotificationInterface.php
First draft for notifications
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Notifications / NotificationInterface.php
index 4a3c27594b5216a105f4a3a2e382a2a86850c71f..fa226487d9caeb7013425778b9c06ba6f3497ea5 100644 (file)
@@ -37,12 +37,12 @@ interface NotificationInterface extends LoggerAwareInterface
     /**
      * If the notification has been viewed / dismissed or not.
      *
-     * @return bool
+     * @return boolean
      */
     public function isRead();
 
     /**
-     * @param bool $read
+     * @param boolean $read
      *
      * @return NotificationInterface
      */