Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Feb 12, 2025
1 parent dd22dd4 commit e39707e
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 e39707e

Please sign in to comment.