Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
OrdinaryJellyfish authored and StyleCIBot committed Mar 12, 2020
1 parent d300ffd commit 8af2a64
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Middleware/CheckPasswordReset.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
use Illuminate\Contracts\Events\Dispatcher as EventDispatcher;
use Illuminate\Support\Arr;
use Illuminate\Support\MessageBag;
use Laminas\Diactoros\Response\RedirectResponse;
use Laminas\Diactoros\Uri;
use Psr\Http\Message\ResponseInterface;
use Psr\Http\Message\ServerRequestInterface;
use Psr\Http\Server\MiddlewareInterface;
use Psr\Http\Server\RequestHandlerInterface;
use Laminas\Diactoros\Response\RedirectResponse;
use Laminas\Diactoros\Uri;

class CheckPasswordReset implements MiddlewareInterface
{
Expand Down
2 changes: 1 addition & 1 deletion src/Middleware/PreventPwnedPassword.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
use FoF\PwnedPasswords\Password;
use Illuminate\Contracts\Events\Dispatcher as EventDispatcher;
use Illuminate\Support\Arr;
use Laminas\Diactoros\Uri;
use Psr\Http\Message\ResponseInterface;
use Psr\Http\Message\ServerRequestInterface;
use Psr\Http\Server\MiddlewareInterface;
use Psr\Http\Server\RequestHandlerInterface;
use Laminas\Diactoros\Uri;

class PreventPwnedPassword implements MiddlewareInterface
{
Expand Down

0 comments on commit 8af2a64

Please sign in to comment.