| Total Complexity | 2 |
| Total Lines | 23 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 17 | class SecurityService implements SecurityServiceInterface |
||
| 18 | { |
||
| 19 | /** |
||
| 20 | * @var SoapClient |
||
| 21 | */ |
||
| 22 | protected $soapClient; |
||
| 23 | |||
| 24 | /** |
||
| 25 | * SecurityService constructor. |
||
| 26 | * |
||
| 27 | * @param SoapClient $soapClient |
||
| 28 | */ |
||
| 29 | public function __construct(SoapClient $soapClient) |
||
| 32 | } |
||
| 33 | |||
| 34 | /** |
||
| 35 | * {@inheritdoc} |
||
| 36 | */ |
||
| 37 | public function getHash($input) |
||
| 42 |