PHPCS fixes

This commit is contained in:
Richard van den Berg 2015-12-15 19:58:11 +01:00
parent e47b26aa6b
commit 2d178b7e10

View file

@ -32,9 +32,10 @@ class TestSslHttpSocket extends HttpSocket {
* @return void
*/
public function testSetProxy($proxy = null) {
$this->_proxy=$proxy;
$this->_proxy = $proxy;
$this->_setProxy();
}
}
/**