| Conditions | 1 |
| Paths | 1 |
| Total Lines | 12 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 42 | public function get_signature_data() { |
||
| 43 | return array( |
||
| 44 | $this->get_parameter( 'trxid' ), |
||
| 45 | |||
| 46 | /* |
||
| 47 | * Indien er geen gebruik wordt gemaakt van de shopid dan kunt u deze weglaten uit de berekening. |
||
| 48 | */ |
||
| 49 | $this->get_parameter( 'shopid' ), |
||
| 50 | |||
| 51 | $this->get_parameter( 'merchantid' ), |
||
| 52 | |||
| 53 | $this->get_parameter( 'merchantkey' ), |
||
| 54 | ); |
||
| 57 |
This check looks for parameters that have been defined for a function or method, but which are not used in the method body.