Skip to content

Commit

Permalink
Merge pull request #138 from stevebauman/analysis-54oLnl
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
stevebauman committed Jun 19, 2023
2 parents d1796a5 + adf91bd commit 5fbd9cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/Drivers/MaxMind.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
namespace Stevebauman\Location\Drivers;

use Exception;
use FilesystemIterator;
use GeoIp2\Database\Reader;
use GeoIp2\Model\City;
use GeoIp2\Model\Country;
Expand Down
6 changes: 3 additions & 3 deletions src/Facades/Location.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@

/**
* @method static \Stevebauman\Location\Drivers\Driver[] drivers()
* @method static \Stevebauman\Location\Position|bool get(string $ip = null)
* @method static void resolveRequestUsing(callable $callback)
* @method static void setDriver(\Stevebauman\Location\Drivers\Driver $driver)
* @method static \Stevebauman\Location\Position|bool get(string $ip = null)
* @method static void resolveRequestUsing(callable $callback)
* @method static void setDriver(\Stevebauman\Location\Drivers\Driver $driver)
*/
class Location extends Facade
{
Expand Down

0 comments on commit 5fbd9cc

Please sign in to comment.