File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments