diff --git a/src/Commands/Update.php b/src/Commands/Update.php index 812cd97..162049c 100644 --- a/src/Commands/Update.php +++ b/src/Commands/Update.php @@ -24,8 +24,6 @@ class Update extends Command /** * Execute the console command. - * - * @return int */ public function handle(): int { diff --git a/src/Facades/Location.php b/src/Facades/Location.php index 6b2faea..aadc45f 100644 --- a/src/Facades/Location.php +++ b/src/Facades/Location.php @@ -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 {