Skip to content

Commit

Permalink
Remove obsolete class imports
Browse files Browse the repository at this point in the history
  • Loading branch information
g105b committed Jul 27, 2018
1 parent 0721078 commit 7ce72ba
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 11 deletions.
3 changes: 0 additions & 3 deletions src/Curl.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

namespace Gt\Curl;

use Gt\CurlInterface\CurlException;
use Gt\CurlInterface\CurlInterface;

class Curl implements CurlInterface {
protected $ch;

Expand Down
5 changes: 0 additions & 5 deletions src/CurlMulti.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
<?php
namespace Gt\Curl;

use Gt\CurlInterface\CurlException;
use Gt\CurlInterface\CurlInterface;
use Gt\CurlInterface\CurlMultiInfoInterface;
use Gt\CurlInterface\CurlMultiInterface;

class CurlMulti implements CurlMultiInterface {
/** @var resource */
protected $mh;
Expand Down
3 changes: 0 additions & 3 deletions src/CurlMultiInfo.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
<?php

namespace Gt\Curl;

use Gt\CurlInterface\CurlMultiInfoInterface;

/**
* @see http://php.net/manual/en/function.curl-multi-info-read.php
*/
Expand Down

0 comments on commit 7ce72ba

Please sign in to comment.