Completed
Push — master ( 606f25...5d9801 )
by
unknown
07:20
created
src/Notifynder/Models/Notification.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -144,7 +144,7 @@  discard block
 block discarded – undo
144 144
     /**
145 145
      * Get parsed body attributes
146 146
      *
147
-     * @return mixed
147
+     * @return string
148 148
      */
149 149
     public function getNotifyBodyAttribute()
150 150
     {
@@ -155,7 +155,7 @@  discard block
 block discarded – undo
155 155
 
156 156
     /**
157 157
      * @param $value
158
-     * @return mixed|string
158
+     * @return ExtraParams
159 159
      */
160 160
     public function getExtraAttribute($value)
161 161
     {
Please login to merge, or discard this patch.