Skip to content

Commit c8d8703

Browse files
committed
Update columnSpan return types
1 parent 19cd60b commit c8d8703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Forms/Components/GoogleAutocomplete.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ public function autocompleteFieldColumnSpan(int|array|string|\Closure $autocompl
218218
return $this;
219219
}
220220

221-
public function getAutocompleteFieldColumnSpan(): ?string
221+
public function getAutocompleteFieldColumnSpan(): int|array|string|null
222222
{
223223
return $this->evaluate($this->autocompleteFieldColumnSpan);
224224
}

0 commit comments

Comments
 (0)