Completed
Push — master ( cd7319...abba19 )
by Dennis
09:18
created
src/Ares.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -79,7 +79,7 @@  discard block
 block discarded – undo
79 79
     }
80 80
 
81 81
     /**
82
-     * @param $balancer
82
+     * @param string $balancer
83 83
      *
84 84
      * @return $this
85 85
      */
@@ -91,9 +91,9 @@  discard block
 block discarded – undo
91 91
     }
92 92
 
93 93
     /**
94
-     * @param $url
94
+     * @param string $url
95 95
      *
96
-     * @return mixed
96
+     * @return string
97 97
      */
98 98
     private function wrapUrl($url)
99 99
     {
@@ -381,7 +381,7 @@  discard block
 block discarded – undo
381 381
     }
382 382
 
383 383
     /**
384
-     * @param mixed $id
384
+     * @param integer $id
385 385
      */
386 386
     private function ensureIdIsInteger($id)
387 387
     {
Please login to merge, or discard this patch.