Test Setup Failed
Push — master ( bcd5a1...e5f8b7 )
by Daniel
02:52
created
src/GmailConnection.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -156,6 +156,9 @@
 block discarded – undo
156 156
 		];
157 157
 	}
158 158
 
159
+	/**
160
+	 * @param string $string
161
+	 */
159 162
 	public function config( $string = null, $email = null )
160 163
 	{
161 164
 		$email = $email ?: $this->emailAddress;
Please login to merge, or discard this patch.
tests/LaravelGmailTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,5 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-use Dacastro4\LaravelGmail\Facade\LaravelGmail;
4 3
 use Dacastro4\LaravelGmail\LaravelGmailClass;
5 4
 use Tests\TestCase;
6 5
 
Please login to merge, or discard this patch.