Completed
Pull Request — master (#9)
by mw
02:23
created
tests/phpunit/Unit/MockedHttpStreamSocketRequestTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -29,6 +29,9 @@
 block discarded – undo
29 29
 		}
30 30
 	}
31 31
 
32
+	/**
33
+	 * @param string $data
34
+	 */
32 35
 	public function getMockStream( $data, $code = 'HTTP/1.1 200 OK' ) {
33 36
 		MockHttpStreamWrapper::$mockBodyData = $data;
34 37
 		MockHttpStreamWrapper::$mockResponseCode = $code;
Please login to merge, or discard this patch.