Skip to content

Commit 6f75363

Browse files
authored
Merge pull request #352 from stevebauman/analysis-YO4vD9
Apply fixes from StyleCI
2 parents 36ff7ea + 9855725 commit 6f75363

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/LocationFake.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ class LocationFake
1515
public function __construct(
1616
protected LocationManager $manager,
1717
protected array $requests = [],
18-
) {}
18+
) {
19+
}
1920

2021
/**
2122
* Forward missing method calls to the location manager.

0 commit comments

Comments
 (0)