@@ -15,7 +15,6 @@ |
||
| 15 | 15 | use chillerlan\TinyCurl\RequestOptions; |
| 16 | 16 | use chillerlan\TinyCurl\Response\Response; |
| 17 | 17 | use chillerlan\TinyCurl\URL; |
| 18 | -use stdClass; |
|
| 19 | 18 | |
| 20 | 19 | class RequestTest extends \PHPUnit_Framework_TestCase{ |
| 21 | 20 | |
@@ -156,7 +156,7 @@ |
||
| 156 | 156 | } |
| 157 | 157 | |
| 158 | 158 | /** |
| 159 | - * @param mixed $response |
|
| 159 | + * @param \stdClass $response |
|
| 160 | 160 | * |
| 161 | 161 | * @see \chillerlan\TinyCurl\Response\MultiResponseHandlerInterface |
| 162 | 162 | * @return $this |