Test Failed
Push — develop ( cf0637...ea0f43 )
by Yuji
08:02
created
YahooClientTest2.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
 
35 35
     var_dump($response);
36 36
 
37
-}catch (Exception $e){
37
+} catch (Exception $e){
38 38
     echo $e->getFile()."\n";
39 39
     echo $e->getLine()."\n";
40 40
     echo $e->getCode().':'.$e->getMessage()."\n";
Please login to merge, or discard this patch.
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.