Completed
Push — master ( 2d2abc...38dd83 )
by PROSPER
04:46
created
src/EmailValidator.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -76,7 +76,7 @@
 block discarded – undo
76 76
     /**
77 77
      * Verifies email Address and returns an API Object response
78 78
      * @param  string $emailAddress
79
-     * @return instance
79
+     * @return EmailValidator
80 80
      */
81 81
     public function verify($emailAddress)
82 82
     {
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,9 +2,9 @@
 block discarded – undo
2 2
 
3 3
 namespace Unicodeveloper\EmailValidator;
4 4
 
5
+use Illuminate\Support\Facades\Config;
5 6
 use InvalidArgumentException;
6 7
 use QuickEmailVerification\Client;
7
-use Illuminate\Support\Facades\Config;
8 8
 
9 9
 class EmailValidator
10 10
 {
Please login to merge, or discard this patch.