Skip to content

Commit 63e028b

Browse files
Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
1 parent 5b52ae0 commit 63e028b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/GeoIPUpdater.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public function __construct(array $config, GuzzleClient $guzzle = null)
3030
/**
3131
* Main update function.
3232
*
33-
* @return bool|string
33+
* @return string|false
3434
*/
3535
public function update()
3636
{
@@ -70,8 +70,8 @@ protected function updateMaxmindDatabase()
7070
/**
7171
* gzdecode function.
7272
*
73-
* @param mixed $data
74-
* @return mixed
73+
* @param \Psr\Http\Message\StreamInterface $data
74+
* @return string|null
7575
*/
7676
protected function gzdecode($data)
7777
{

0 commit comments

Comments
 (0)