Skip to content

Commit

Permalink
#7: fixing unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Geoffroy Letournel committed Jan 9, 2014
1 parent 0d232e9 commit 86693b0
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions src/Grale/WebDav/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,8 @@
use Guzzle\Http\Exception\BadResponseException;
use Guzzle\Stream\PhpStreamRequestFactory;
use Grale\WebDav\Exception\NoSuchResourceException;
use Grale\WebDav\Exception\AccessDeniedException;
use Grale\WebDav\Exception\HttpException;
use Grale\WebDav\Header\TimeoutHeader;
use Grale\WebDav\Header\DepthHeader;

/**
* WebDAV client
Expand Down
2 changes: 0 additions & 2 deletions src/Grale/WebDav/Exception/HttpException.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

namespace Grale\WebDav\Exception;

use Guzzle\Http\Message\Request;
use Guzzle\Http\Message\Response;
use Guzzle\Http\Exception\BadResponseException;

/**
Expand Down
2 changes: 0 additions & 2 deletions src/Grale/WebDav/StreamWrapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@

namespace Grale\WebDav;

use Grale\WebDav\Exception\HttpException;
use Grale\WebDav\Exception\StreamException;
use Grale\WebDav\Exception\AccessDeniedException;
use Grale\WebDav\Exception\NoSuchResourceException;
use Guzzle\Http\EntityBody;
use Guzzle\Http\Url;
Expand Down
1 change: 0 additions & 1 deletion tests/Grale/WebDav/ClientTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

namespace Grale\WebDav;

use Grale\WebDav\Header\DepthHeader;
use Guzzle\Http\Message\Response;
use Guzzle\Http\Message\RequestFactory;
use Guzzle\Http\Exception\BadResponseException;
Expand Down
1 change: 0 additions & 1 deletion tests/Grale/WebDav/StreamWrapperTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

namespace Grale\WebDav;

use Guzzle\Http\Message\RequestFactory;
use Guzzle\Http\EntityBody;

/**
Expand Down

0 comments on commit 86693b0

Please sign in to comment.