Test Setup Failed
Branch master (86f4a4)
by Shawn
04:57
created
app/Http/ViewComposers/ActionItemsComposer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -103,7 +103,7 @@
 block discarded – undo
103 103
 
104 104
 
105 105
     /**
106
-     * @param $calculatedDays
106
+     * @param integer $calculatedDays
107 107
      * @param $user
108 108
      * @param $builtUser
109 109
      */
Please login to merge, or discard this patch.
app/Mail/SendNewsEmail.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@  discard block
 block discarded – undo
16 16
     /**
17 17
      * Create a new message instance.
18 18
      *
19
-     * @return void
19
+     * @return Mailable
20 20
      */
21 21
     public function __construct(News $news)
22 22
     {
@@ -26,7 +26,7 @@  discard block
 block discarded – undo
26 26
     /**
27 27
      * Build the message.
28 28
      *
29
-     * @return Illuminate\Mail\Mailable
29
+     * @return SendNewsEmail
30 30
      */
31 31
     public function build()
32 32
     {
Please login to merge, or discard this patch.
app/Providers/AppServiceProvider.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
60 60
 
61 61
     /**
62 62
      * @param $user
63
-     * @param $ignoreList
63
+     * @param string[] $ignoreList
64 64
      * @param $log
65 65
      */
66 66
     private function buildLogComment($user, $ignoreList, $log)
Please login to merge, or discard this patch.