Completed
Push — master ( 140926...9ed9ef )
by Tyler
03:25
created
src/Host.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@  discard block
 block discarded – undo
52 52
     /**
53 53
      * Gets the value of ping.
54 54
      *
55
-     * @return mixed
55
+     * @return integer
56 56
      */
57 57
     public function getPing()
58 58
     {
@@ -62,7 +62,7 @@  discard block
 block discarded – undo
62 62
     /**
63 63
      * Gets the value of statusCode.
64 64
      *
65
-     * @return mixed
65
+     * @return integer
66 66
      */
67 67
     public function getStatusCode()
68 68
     {
Please login to merge, or discard this patch.