Completed
Push — master ( 3f770a...ab575c )
by smiley
05:23
created
tests/RequestTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
src/MultiRequest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -156,7 +156,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.