Skip to content

Commit

Permalink
Removed unused use statement
Browse files Browse the repository at this point in the history
  • Loading branch information
francisbesset committed Dec 2, 2013
1 parent 11486d1 commit be91389
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 14 deletions.
1 change: 0 additions & 1 deletion Converter/SwaTypeConverter.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@

namespace BeSimple\SoapCommon\Converter;

use BeSimple\SoapCommon\Helper;
use BeSimple\SoapCommon\Mime\Part as MimePart;
use BeSimple\SoapCommon\SoapKernel;
use BeSimple\SoapCommon\Converter\SoapKernelAwareInterface;
Expand Down
5 changes: 1 addition & 4 deletions SoapKernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
namespace BeSimple\SoapCommon;

use BeSimple\SoapCommon\Mime\Part as MimePart;

use BeSimple\SoapCommon\Converter\MtomTypeConverter;
use BeSimple\SoapCommon\Converter\SwaTypeConverter;
use BeSimple\SoapCommon\SoapRequest;
use BeSimple\SoapCommon\SoapResponse;
use BeSimple\SoapCommon\SoapRequestFilter;
Expand Down Expand Up @@ -129,4 +126,4 @@ public function filterResponse(SoapResponse $response)
$filter->filterResponse($response);
}
}
}
}
4 changes: 1 addition & 3 deletions SoapMessage.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@

namespace BeSimple\SoapCommon;

use BeSimple\SoapCommon\Mime\Part as MimePart;

/**
* Base class for SoapRequest and SoapResponse.
*
Expand Down Expand Up @@ -254,4 +252,4 @@ public function setVersion($version)
{
$this->version = $version;
}
}
}
7 changes: 1 addition & 6 deletions WsSecurityFilterClientServer.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,8 @@
use ass\XmlSecurity\Enc as XmlSecurityEnc;
use ass\XmlSecurity\Key as XmlSecurityKey;
use ass\XmlSecurity\Pem as XmlSecurityPem;

use BeSimple\SoapCommon\FilterHelper;
use BeSimple\SoapCommon\Helper;
use BeSimple\SoapCommon\SoapRequest as CommonSoapRequest;
use BeSimple\SoapCommon\SoapRequestFilter;
use BeSimple\SoapCommon\SoapResponse as CommonSoapResponse;
use BeSimple\SoapCommon\SoapResponseFilter;
use BeSimple\SoapCommon\WsSecurityKey;

/**
Expand Down Expand Up @@ -355,4 +350,4 @@ public function keyInfoSecurityTokenReferenceResolver(\DOMElement $node, $algori

return null;
}
}
}

0 comments on commit be91389

Please sign in to comment.