Skip to content

Commit

Permalink
Merge pull request #281 from stevebauman/analysis-e0gB5K
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
stevebauman authored Feb 12, 2025
2 parents 3dad74c + 0408d28 commit b01b5f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/LocationFake.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ 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 b01b5f4

Please sign in to comment.