Conditions | 1 |
Paths | 1 |
Total Lines | 9 |
Lines | 0 |
Ratio | 0 % |
Tests | 5 |
CRAP Score | 1 |
Changes | 0 |
1 | <?php |
||
33 | 5 | public function __construct( |
|
34 | $hashAlgorithmUsage = self::HASH_ALGORITHM_USAGE_OHA, |
||
35 | $hashAlgorithm = self::HASH_ALGORITHM_NEGOTIATE, |
||
36 | $hashAlgorithmParamDescription = self::HASH_ALGORITHM_PARAM_DESCRIPTION_IVC |
||
37 | ) { |
||
38 | 5 | $this->addDataElement($hashAlgorithmUsage); |
|
39 | 5 | $this->addDataElement($hashAlgorithm); |
|
40 | 5 | $this->addDataElement($hashAlgorithmParamDescription); |
|
41 | 5 | } |
|
42 | } |
||
43 |