Completed
Push — master ( b3b858...58f7a0 )
by Artur
03:47
created
Entity/Request.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -402,7 +402,7 @@  discard block
 block discarded – undo
402 402
     /**
403 403
      * Get response
404 404
      *
405
-     * @return string|resource
405
+     * @return resource
406 406
      */
407 407
     public function getResponse()
408 408
     {
@@ -616,7 +616,7 @@  discard block
 block discarded – undo
616 616
     /**
617 617
      * Get totalDatabaseQueryCount
618 618
      *
619
-     * @return integer
619
+     * @return string
620 620
      */
621 621
     public function getTotalDatabaseQueryCount()
622 622
     {
Please login to merge, or discard this patch.