| Total Complexity | 1 |
| Total Lines | 25 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 18 | class SubSellerIdToOrderItem |
||
| 19 | { |
||
| 20 | /** |
||
| 21 | * Around Convert. |
||
| 22 | * |
||
| 23 | * @SuppressWarnings(PHPMD.UnusedFormalParameter) |
||
| 24 | * |
||
| 25 | * @param ToOrderItem $subject |
||
| 26 | * @param \Closure $proceed |
||
| 27 | * @param Item|AddressItem $quoteItem |
||
| 28 | * @param array $data |
||
| 29 | */ |
||
| 30 | public function aroundConvert( |
||
| 45 |
This check looks for parameters that have been defined for a function or method, but which are not used in the method body.