Skip to content

Commit 5f62bd8

Browse files
cheesegritsgithub-actions[bot]
authored andcommitted
chore: fix code style
1 parent acb3254 commit 5f62bd8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Fields/Map.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -685,7 +685,6 @@ private function getAutocompleteId(): string|null
685685
* As an alternative to the built-in symbol based reverse geocode handling, you may provide a closure which will be
686686
* called with the 'results' array from the Google API response, and use a $set closure to update fields on the form.
687687
*
688-
* @param Closure|null $closure
689688
* @return $this
690689
*/
691690
public function reverseGeocodeUsing(?Closure $closure): static
@@ -714,7 +713,6 @@ public function reverseGeocodeUpdated(array $results): static
714713
* As an alternative to the built-in symbol based reverse geocode handling, you may provide a closure which will be
715714
* called with the 'results' array from the Google API response, and use a $set closure to update fields on the form.
716715
*
717-
* @param Closure|null $closure
718716
* @return $this
719717
*/
720718
public function placeUpdatedUsing(?Closure $closure): static

0 commit comments

Comments
 (0)