Completed
Branch master (9fc8ad)
by Artur
03:47
created
Entity/Error.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -270,7 +270,7 @@
 block discarded – undo
270 270
     /**
271 271
      * Get reference
272 272
      *
273
-     * @return float
273
+     * @return string
274 274
      */
275 275
     public function getReference()
276 276
     {
Please login to merge, or discard this patch.
Entity/Request.php 1 patch
Doc Comments   +3 added lines, -3 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
     {
@@ -592,7 +592,7 @@  discard block
 block discarded – undo
592 592
     /**
593 593
      * Get totalDatabaseQueryTime
594 594
      *
595
-     * @return integer
595
+     * @return string
596 596
      */
597 597
     public function getTotalDatabaseQueryTime()
598 598
     {
@@ -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.