Test Failed
Push — 0.3 ( 9cddba...74dbb1 )
by Diego
03:07
created
src/Jobs/SyncMailchimpMember.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
     /**
23 23
      * Create a new job instance.
24 24
      * 
25
-     * @param DiegoCaprioli\Larachimp\Models\LarachimpListMember $member
25
+     * @param LarachimpListMember $member
26 26
      */
27 27
     public function __construct(LarachimpListMember $member)
28 28
     {
Please login to merge, or discard this patch.
src/Services/MailchimpManager.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
     /**
25 25
      * Returns a new MailchimpManager instance ready to use.
26 26
      *
27
-     * @param Illuminate\Contracts\Logging\Log $log
27
+     * @param Log $log
28 28
      */
29 29
     public function __construct(Log $log = null)
30 30
     {
Please login to merge, or discard this patch.