mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
PHPCS fixes
This commit is contained in:
parent
e47b26aa6b
commit
2d178b7e10
1 changed files with 2 additions and 1 deletions
|
@ -32,9 +32,10 @@ class TestSslHttpSocket extends HttpSocket {
|
|||
* @return void
|
||||
*/
|
||||
public function testSetProxy($proxy = null) {
|
||||
$this->_proxy=$proxy;
|
||||
$this->_proxy = $proxy;
|
||||
$this->_setProxy();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue