Completed
Push — master ( aae44d...5e2102 )
by WEBEWEB
07:32
created
Notification/AbstractNotification.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -62,8 +62,8 @@
 block discarded – undo
62 62
     /**
63 63
      * Set the content.
64 64
      *
65
-     * @param type $content The content.
66
-     * @return NotificcationInterface Returns this notification.
65
+     * @param string $content The content.
66
+     * @return AbstractNotification Returns this notification.
67 67
      */
68 68
     protected function setContent($content) {
69 69
         $this->content = $content;
Please login to merge, or discard this patch.