Skip to content

Commit

Permalink
remove silently usage of old response + phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
saeideng committed Mar 2, 2017
1 parent 56965fe commit 35e5537
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/Network/CorsBuilder.php
Expand Up @@ -14,6 +14,8 @@
*/
namespace Cake\Network;

use Cake\Http\Response;

/**
* A builder object that assists in defining Cross Origin Request related
* headers.
Expand Down
2 changes: 1 addition & 1 deletion tests/test_app/TestApp/Error/TestAppsExceptionRenderer.php
Expand Up @@ -5,8 +5,8 @@
use Cake\Controller\Controller;
use Cake\Core\Configure;
use Cake\Error\ExceptionRenderer;
use Cake\Network\Request;
use Cake\Http\Response;
use Cake\Network\Request;
use Cake\Routing\Router;
use TestApp\Controller\TestAppsErrorController;

Expand Down

0 comments on commit 35e5537

Please sign in to comment.