Completed
Push — master ( 7cc92d...45b5a0 )
by zhu
01:57
created
src/Ip.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -127,7 +127,7 @@  discard block
 block discarded – undo
127 127
 
128 128
     /**
129 129
      * @param $node
130
-     * @param $index
130
+     * @param integer $index
131 131
      * @return mixed
132 132
      * @throws \Exception
133 133
      */
@@ -139,7 +139,7 @@  discard block
 block discarded – undo
139 139
 
140 140
     /**
141 141
      * @param $node
142
-     * @return mixed
142
+     * @return string
143 143
      * @throws \Exception
144 144
      */
145 145
     private function resolve($node)
@@ -166,7 +166,7 @@  discard block
 block discarded – undo
166 166
 
167 167
     /**
168 168
      * @param $stream
169
-     * @param $offset
169
+     * @param double $offset
170 170
      * @param $length
171 171
      * @return bool|string
172 172
      * @throws \Exception
@@ -237,7 +237,7 @@  discard block
 block discarded – undo
237 237
     /**
238 238
      * 获取城市的行政区划编码
239 239
      *
240
-     * @param $arr
240
+     * @param string[] $arr
241 241
      * @return string
242 242
      */
243 243
     private static function getLocationCode($arr)
Please login to merge, or discard this patch.