Completed
Push — laravel-4 ( 49ae1b )
by
unknown
20:12 queued 08:28
created
src/Fenos/Notifynder/Senders/SendOne.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
      * Send Single notification
41 41
      *
42 42
      * @param StoreNotification $storeNotification
43
-     * @return mixed
43
+     * @return StoreNotification
44 44
      */
45 45
     public function send(StoreNotification $storeNotification)
46 46
     {
Please login to merge, or discard this patch.
src/Fenos/Notifynder/Translator/NotifynderTranslator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
     }
26 26
 
27 27
     /**
28
-     * @return mixed
28
+     * @return \Illuminate\Foundation\Application
29 29
      */
30 30
     public function app()
31 31
     {
Please login to merge, or discard this patch.