Completed
Branch master (38ccef)
by Sam
04:09
created
src/GoogleCloudVision.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -120,6 +120,9 @@  discard block
 block discarded – undo
120 120
         return $this->requestBody;
121 121
     }
122 122
 
123
+    /**
124
+     * @param string $type
125
+     */
123 126
     public function addFeature($type, $maxResults = 1)
124 127
     {
125 128
 
@@ -206,6 +209,9 @@  discard block
 block discarded – undo
206 209
         $this->key = $key;
207 210
     }
208 211
 
212
+    /**
213
+     * @param string $url
214
+     */
209 215
     protected function requestServer($url, $data)
210 216
     {
211 217
         $ch = curl_init();
Please login to merge, or discard this patch.