Skip to content

Commit

Permalink
Fix phpcs.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Apr 13, 2017
1 parent 87271cf commit 5acc2a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Http/Middleware/EncryptedCookieMiddleware.php
Expand Up @@ -14,8 +14,8 @@
*/
namespace Cake\Http\Middleware;

use Cake\Http\Response;
use Cake\Http\Cookie\CookieCollection;
use Cake\Http\Response;
use Cake\Utility\CookieCryptTrait;
use Psr\Http\Message\ResponseInterface;
use Psr\Http\Message\ServerRequestInterface;
Expand Down
Expand Up @@ -16,8 +16,8 @@

use Cake\Http\Cookie\CookieCollection;
use Cake\Http\Middleware\EncryptedCookieMiddleware;
use Cake\Http\ServerRequest;
use Cake\Http\Response;
use Cake\Http\ServerRequest;
use Cake\TestSuite\TestCase;
use Cake\Utility\CookieCryptTrait;

Expand Down

0 comments on commit 5acc2a2

Please sign in to comment.