Completed
Push — master ( 8ee3b7...d2bdfa )
by Jonathan
04:57
created
src/AbstractReportingCloud.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -322,7 +322,7 @@  discard block
 block discarded – undo
322 322
     /**
323 323
      * Return the test flag
324 324
      *
325
-     * @return mixed
325
+     * @return boolean
326 326
      */
327 327
     public function getTest()
328 328
     {
@@ -350,7 +350,7 @@  discard block
 block discarded – undo
350 350
     /**
351 351
      * Return the debug flag
352 352
      *
353
-     * @return mixed
353
+     * @return boolean
354 354
      */
355 355
     public function getDebug()
356 356
     {
@@ -410,7 +410,7 @@  discard block
 block discarded – undo
410 410
      * @param string $uri     URI
411 411
      * @param array  $options Options
412 412
      *
413
-     * @return mixed|null|\Psr\Http\Message\ResponseInterface
413
+     * @return \Psr\Http\Message\ResponseInterface
414 414
      *
415 415
      * @throws RuntimeException
416 416
      */
Please login to merge, or discard this patch.