Completed
Push — master ( 77167d...a58e6f )
by Mike
07:06
created
src/Data/Provider/SupportSugarcrm.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -223,7 +223,7 @@  discard block
 block discarded – undo
223 223
     /**
224 224
      * Returns the result (response body) of GET request.
225 225
      *
226
-     * @param $url
226
+     * @param string $url
227 227
      *
228 228
      * @return string
229 229
      */
@@ -235,7 +235,7 @@  discard block
 block discarded – undo
235 235
     }
236 236
 
237 237
     /**
238
-     * @param $version
238
+     * @param string $version
239 239
      *
240 240
      * @return string
241 241
      */
@@ -245,7 +245,7 @@  discard block
 block discarded – undo
245 245
     }
246 246
 
247 247
     /**
248
-     * @param $version
248
+     * @param string $version
249 249
      *
250 250
      * @return string
251 251
      */
@@ -329,7 +329,7 @@  discard block
 block discarded – undo
329 329
     /**
330 330
      * Lightweight HTML purifier.
331 331
      *
332
-     * @param $html
332
+     * @param string $html
333 333
      * @param string $url
334 334
      * @param array  $options
335 335
      *
Please login to merge, or discard this patch.