Completed
Pull Request — v3 (#135)
by Christian
30:58 queued 15:52
created
tests/TestHttpClient.php 1 patch
Doc Comments   +9 added lines patch added patch discarded remove patch
@@ -51,6 +51,9 @@  discard block
 block discarded – undo
51 51
         return $response->withBody(Psr7\stream_for($content));
52 52
     }
53 53
 
54
+    /**
55
+     * @param string $format
56
+     */
54 57
     private function currentWeather($format)
55 58
     {
56 59
         if ($format == 'xml') {
@@ -58,6 +61,9 @@  discard block
 block discarded – undo
58 61
         }
59 62
     }
60 63
 
64
+    /**
65
+     * @param string $format
66
+     */
61 67
     private function forecast($format)
62 68
     {
63 69
         if ($format == 'xml') {
@@ -65,6 +71,9 @@  discard block
 block discarded – undo
65 71
         }
66 72
     }
67 73
 
74
+    /**
75
+     * @param string $format
76
+     */
68 77
     private function group($format)
69 78
     {
70 79
         if ($format == 'json') {
Please login to merge, or discard this patch.