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.