added email
removed unused variable
This commit is contained in:
@ -17,7 +17,7 @@ namespace BeSimple\SoapClient;
|
||||
* server implementations. It also provides namespace and configuration
|
||||
* constants.
|
||||
*
|
||||
* @author Andreas Schamberger
|
||||
* @author Andreas Schamberger <mail@andreass.net>
|
||||
*/
|
||||
class Helper
|
||||
{
|
||||
@ -136,13 +136,6 @@ class Helper
|
||||
*/
|
||||
const PFX_XOP = 'xop';
|
||||
|
||||
/**
|
||||
* Wheather to format the XML output or not.
|
||||
*
|
||||
* @var boolean
|
||||
*/
|
||||
public static $formatXmlOutput = false;
|
||||
|
||||
/**
|
||||
* Generate a pseudo-random version 4 UUID.
|
||||
*
|
||||
|
Reference in New Issue
Block a user