Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
hlecorche committed Jul 15, 2023
1 parent a83e4bd commit 1f909f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Crud/CrudConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ public function setTwigFunctionsConfiguration(array $value): self
return $this;
}

public function resetOptions(null|string|array $options = null): self
public function resetOptions(string|array $options = null): self
{
if (null === $options) {
$this->options = [];
Expand Down

0 comments on commit 1f909f2

Please sign in to comment.