Browse Source

Fix phpcs.

mark_story 9 years ago
parent
commit
a8e950ff2f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/TestCase/Http/ResponseTransformerTest.php

+ 1 - 1
tests/TestCase/Http/ResponseTransformerTest.php

@@ -15,8 +15,8 @@
 namespace Cake\Test\TestCase\Http;
 
 use Cake\Http\ResponseTransformer;
-use Cake\Network\Session;
 use Cake\Network\Response as CakeResponse;
+use Cake\Network\Session;
 use Cake\TestSuite\TestCase;
 use Zend\Diactoros\Response as PsrResponse;
 use Zend\Diactoros\Stream;