Test Failed
Pull Request — feature/families (#19)
by Yuji
11:15
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.