@@ -33,11 +33,11 @@ |
||
33 | 33 | */ |
34 | 34 | protected function validateParams(): void |
35 | 35 | { |
36 | - if (! isset($this->params['seller_id'])) { |
|
36 | + if (!isset($this->params['seller_id'])) { |
|
37 | 37 | throw new InvalidRequestException('seller_id is not set.'); |
38 | 38 | } |
39 | 39 | |
40 | - if (! isset($this->params['itemCodeList']) |
|
40 | + if (!isset($this->params['itemCodeList']) |
|
41 | 41 | || !is_array($this->params['itemCodeList']) |
42 | 42 | || count($this->params['itemCodeList']) == 0) { |
43 | 43 | throw new InvalidRequestException('item_code is not set.'); |