Completed
Push — laravel-4 ( 49ae1b )
by
unknown
20:12 queued 08:28
created
src/Fenos/Notifynder/NotifynderTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
67 67
      *
68 68
      * @param int    $numbers
69 69
      * @param string $order
70
-     * @return mixed
70
+     * @return boolean
71 71
      */
72 72
     public function deleteLimit($numbers = 10, $order = "ASC")
73 73
     {
Please login to merge, or discard this patch.
src/Fenos/Notifynder/Parse/NotifynderParse.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,5 @@
 block discarded – undo
1 1
 <?php namespace Fenos\Notifynder\Parse;
2 2
 
3
-use Illuminate\Database\Eloquent\Collection;
4
-
5 3
 /**
6 4
  *
7 5
  * Class parse used on collection. It permit to decode the special
Please login to merge, or discard this patch.
src/Fenos/Notifynder/Senders/NotifynderSender.php 2 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@  discard block
 block discarded – undo
48 48
      * on the DB
49 49
      *
50 50
      * @param array $info
51
-     * @param null  $category
51
+     * @param \Fenos\Notifynder\Models\NotificationCategory  $category
52 52
      * @return mixed
53 53
      */
54 54
     public function send(array $info, $category = null)
@@ -80,7 +80,7 @@  discard block
 block discarded – undo
80 80
      * older version
81 81
      *
82 82
      * @param $info
83
-     * @param $category
83
+     * @param \Fenos\Notifynder\Models\NotificationCategory $category
84 84
      * @return SendOne
85 85
      */
86 86
     public function sendOne(array $info, $category = null)
Please login to merge, or discard this patch.
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -4,8 +4,6 @@
 block discarded – undo
4 4
 use Fenos\Notifynder\Notifications\Repositories\NotificationRepository;
5 5
 use Fenos\Notifynder\Notifynder;
6 6
 use Fenos\Notifynder\Senders\Queue\NotifynderQueue;
7
-use Illuminate\Config\Repository;
8
-use Illuminate\Queue\QueueManager;
9 7
 
10 8
 /**
11 9
  * Class NotifynderSender
Please login to merge, or discard this patch.
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.