Conditions | 1 |
Paths | 1 |
Total Lines | 11 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Tests | 0 |
CRAP Score | 2 |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
20 | public function __construct( |
||
21 | Configuration $configuration, |
||
22 | Client $client, |
||
23 | OpaqueData $opaqueData = null, |
||
24 | $refId, |
||
25 | $callId |
||
26 | ) { |
||
27 | parent::__construct($configuration, $client); |
||
28 | $this->opaqueData = $opaqueData; |
||
29 | $this->refId = $refId; |
||
30 | $this->callId = $callId; |
||
31 | } |
||
40 |