Apply fixes from StyleCI (#290)

[ci skip] [skip ci]

Co-authored-by: Sergio Brighenti <SergiX44@users.noreply.github.com>
This commit is contained in:
Sergio Brighenti 2020-10-25 14:48:20 +01:00 committed by GitHub
parent e9354f8152
commit b04b6ff3ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,6 @@
namespace Tests\Feature\Auth;
use App\Web\Mail;
use Tests\TestCase;
@ -138,5 +137,4 @@ class PasswordRecoveryControllerTest extends TestCase
'resetToken' => 'the-token',
]), $response->getHeaderLine('Location'));
}
}