Total Complexity | 5 |
Total Lines | 28 |
Duplicated Lines | 0 % |
Coverage | 60% |
Changes | 0 |
1 | <?php |
||
11 | class ScriptWitness extends StaticBufferCollection implements ScriptWitnessInterface |
||
|
|||
12 | { |
||
13 | /** |
||
14 | * @param ScriptWitnessInterface $witness |
||
15 | * @return bool |
||
16 | */ |
||
17 | 50 | public function equals(ScriptWitnessInterface $witness): bool |
|
31 | } |
||
32 | |||
33 | /** |
||
34 | * @return \BitWasp\Buffertools\BufferInterface |
||
35 | */ |
||
36 | public function getBuffer(): BufferInterface |
||
41 |