Completed
Push — master ( 47e78c...7ffcd7 )
by Dariusz
02:11
created
src/Dwr/OpenWeather/OpenWeather.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -111,7 +111,7 @@  discard block
 block discarded – undo
111 111
     }
112 112
 
113 113
     /**
114
-     * @param $requestType
114
+     * @param string $requestType
115 115
      * @return string
116 116
      */
117 117
     private function buildUri($requestType)
@@ -121,7 +121,7 @@  discard block
 block discarded – undo
121 121
     }
122 122
 
123 123
     /**
124
-     * @param $responseType
124
+     * @param string $responseType
125 125
      * @param Response $data
126 126
      * @return ResponseInterface
127 127
      */
Please login to merge, or discard this patch.