From 17a81232ef278707f4dd5740e59a77c9ca8329ca Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Wed, 12 Feb 2025 16:19:52 +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.