From c1706674a01cd0cc80aeca2dba14c8bebf97a679 Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Wed, 19 Feb 2025 04:44:58 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/LocationFake.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/LocationFake.php b/src/LocationFake.php index 7dbdcef..6890b64 100644 --- a/src/LocationFake.php +++ b/src/LocationFake.php @@ -15,7 +15,8 @@ class LocationFake public function __construct( protected LocationManager $manager, protected array $requests = [], - ) {} + ) { + } /** * Forward missing method calls to the location manager.