Passed
Pull Request — master (#97)
by
unknown
06:38
created
lib/Fhp/Dialog/Dialog.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -256,6 +256,8 @@  discard block
 block discarded – undo
256 256
     /**
257 257
      * Initializes a dialog.
258 258
      *
259
+     * @param string $productName
260
+     * @param string $productVersion
259 261
      * @return string|null
260 262
      * @throws AdapterException
261 263
      * @throws CurlException
@@ -294,6 +296,8 @@  discard block
 block discarded – undo
294 296
     /**
295 297
      * Sends sync request.
296 298
      *
299
+     * @param string $productName
300
+     * @param string $productVersion
297 301
      * @return string
298 302
      * @throws AdapterException
299 303
      * @throws CurlException
Please login to merge, or discard this patch.