Skip to content

Commit

Permalink
fix chaining
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Aug 1, 2022
1 parent 6b64870 commit 47a63a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Rules/Delimited.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public function doNotTrimItems()
{
$this->trimItems = false;

return true;
return $this;
}

public function validationMessageWord(string $word)
Expand Down

0 comments on commit 47a63a7

Please sign in to comment.