Skip to content

Commit add48dc

Browse files
committed
remove useless properties added last time
1 parent 1d8f9a4 commit add48dc

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

AbstractSoapClientBase.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -147,16 +147,6 @@ abstract class AbstractSoapClientBase
147147
* @var array
148148
*/
149149
private $lastError;
150-
/**
151-
* Undeclared \SoapClient property used in this class
152-
* @var string
153-
*/
154-
public $__default_headers;
155-
/**
156-
* Undeclared \SoapClient property used in this class
157-
* @var resource
158-
*/
159-
public $_stream_context;
160150
/**
161151
* Constructor
162152
* @uses AbstractSoapClientBase::setLastError()

0 commit comments

Comments
 (0)