Skip to content

Commit

Permalink
removed curl transport to yii2-hiart-curl
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed Jan 28, 2017
1 parent ad52774 commit 777df5f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 284 deletions.
4 changes: 1 addition & 3 deletions src/RequestInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,12 @@

namespace hiqdev\hiart;

use hiqdev\hiart\curl\Response;

interface RequestInterface extends \Serializable
{
/**
* @param array $options
* @throws RequestErrorException
* @return Response
* @return ResponseInterface
*/
public function send($options = []);

Expand Down
123 changes: 0 additions & 123 deletions src/curl/Request.php

This file was deleted.

158 changes: 0 additions & 158 deletions src/curl/Response.php

This file was deleted.

0 comments on commit 777df5f

Please sign in to comment.