1 | <?php |
||
34 | class IntegratedPricing extends BaseWsMessage |
||
35 | { |
||
36 | /** |
||
37 | * @var IntegratedPricing\PricingOption[] |
||
38 | */ |
||
39 | public $pricingOption = []; |
||
40 | |||
41 | /** |
||
42 | * IntegratedPricing constructor. |
||
43 | * |
||
44 | * @param ServiceIntegratedPricingOptions $options |
||
45 | */ |
||
46 | public function __construct($options) |
||
50 | } |
||
51 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.