Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebauman authored and github-actions[bot] committed Feb 12, 2025
1 parent 0cab4de commit ecc4ad1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/LocationFake.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ class LocationFake
public function __construct(
protected LocationManager $manager,
protected array $requests = [],
) {
}
) {}

/**
* Forward missing method calls to the location manager.
Expand Down

0 comments on commit ecc4ad1

Please sign in to comment.