Test Failed
Push — develop ( a42283...931179 )
by Aya
02:39
created
src/YahooShoppingJp/Request/GetItemStockInfoRequest.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -33,11 +33,11 @@
 block discarded – undo
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.');
Please login to merge, or discard this patch.