Completed
Push — master ( d57705...140926 )
by Tyler
03:38 queued 01:04
created
src/Host.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@  discard block
 block discarded – undo
66 66
     /**
67 67
      * Gets the value of pinger.
68 68
      *
69
-     * @return mixed
69
+     * @return Ping
70 70
      */
71 71
     public function getPinger()
72 72
     {
@@ -76,7 +76,7 @@  discard block
 block discarded – undo
76 76
     /**
77 77
      * Sets the value of pinger.
78 78
      *
79
-     * @param mixed $pinger the pinger
79
+     * @param Ping $pinger the pinger
80 80
      *
81 81
      * @return self
82 82
      */
Please login to merge, or discard this patch.