Total Complexity | 3 |
Total Lines | 18 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
13 | class CreateorUpdateTokenFromResponse |
||
14 | { |
||
15 | /** |
||
16 | * @param $response |
||
17 | * @param Purchase $model |
||
18 | * @param $type |
||
19 | * @return \ByTIC\Payments\Models\Transactions\TransactionTrait|\Nip\Records\AbstractModels\Record |
||
20 | */ |
||
21 | public static function handle($response, $model, $type) |
||
31 | } |
||
32 | } |
This check looks for parameters that have been defined for a function or method, but which are not used in the method body.