Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Jun 19, 2023
1 parent d1796a5 commit adf91bd
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 adf91bd

Please sign in to comment.