Test Failed
Pull Request — feature/families (#15)
by Yuji
03:53
created
src/YahooShoppingJp/Client.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -94,8 +94,7 @@
 block discarded – undo
94 94
         if ($this->api->httpMethod()->equals(HttpMethod::GET())) {
95 95
             $options = $this->setRequestParamsForGetRequest($options,
96 96
               $request);
97
-        }
98
-        elseif ($this->api->httpMethod()->equals(HttpMethod::POST())) {
97
+        } elseif ($this->api->httpMethod()->equals(HttpMethod::POST())) {
99 98
             $options = $this->setRequestParamsForPostRequest($options,
100 99
               $request);
101 100
         }
Please login to merge, or discard this patch.