Test Failed
Push — master ( 28f62a...92052f )
by Antonio Carlos
10:17
created
src/Firewall.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -130,7 +130,7 @@  discard block
 block discarded – undo
130 130
     /**
131 131
      * Clear firewall table.
132 132
      *
133
-     * @return mixed
133
+     * @return integer
134 134
      */
135 135
     public function clear()
136 136
     {
@@ -239,7 +239,7 @@  discard block
 block discarded – undo
239 239
     /**
240 240
      * Get the list of all IP addresses stored.
241 241
      *
242
-     * @return mixed
242
+     * @return \Illuminate\Support\Collection
243 243
      */
244 244
     public function report()
245 245
     {
@@ -275,7 +275,7 @@  discard block
 block discarded – undo
275 275
      *
276 276
      * @param $ip
277 277
      *
278
-     * @return bool|string
278
+     * @return null|string
279 279
      */
280 280
     public function whichList($ip)
281 281
     {
@@ -338,7 +338,7 @@  discard block
 block discarded – undo
338 338
      *
339 339
      * @param $ip
340 340
      *
341
-     * @return bool|string
341
+     * @return string|null
342 342
      */
343 343
     public function getCountryFromIp($ip)
344 344
     {
@@ -360,7 +360,7 @@  discard block
 block discarded – undo
360 360
     /**
361 361
      * Get the GeoIP instance.
362 362
      *
363
-     * @return object
363
+     * @return \PragmaRX\Support\GeoIp\GeoIp
364 364
      */
365 365
     public function getGeoIp()
366 366
     {
Please login to merge, or discard this patch.