Browse Source

Remove un-necessary imports.

Mark Story 10 years ago
parent
commit
4e515b4ab0
2 changed files with 0 additions and 3 deletions
  1. 0 2
      src/Http/Client/CookieCollection.php
  2. 0 1
      src/Http/Client/FormData.php

+ 0 - 2
src/Http/Client/CookieCollection.php

@@ -13,8 +13,6 @@
  */
 namespace Cake\Http\Client;
 
-use Cake\Http\Client\Response;
-
 /**
  * Container class for cookies used in Http\Client.
  *

+ 0 - 1
src/Http/Client/FormData.php

@@ -13,7 +13,6 @@
  */
 namespace Cake\Http\Client;
 
-use Cake\Http\Client\FormDataPart;
 use Countable;
 use finfo;