Completed
Pull Request — master (#2)
by lee
02:20
created
tests/YahooWeatherClientTests.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -74,7 +74,7 @@
 block discarded – undo
74 74
         try {
75 75
             $response = $service->callApi($errYql);
76 76
         } catch (\Exception $e) {
77
-           throw $e;
77
+            throw $e;
78 78
         }
79 79
     }
80 80
 
Please login to merge, or discard this patch.