From d3aa876fc972b5035e19dc1f2a53cf2d1ee0ccc0 Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Mon, 19 Jun 2023 20:27:19 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/Commands/Update.php | 2 -- src/Facades/Location.php | 6 +++--- 2 files changed, 3 insertions(+), 5 deletions(-) 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 {