Skip to content

Commit

Permalink
fix return type
Browse files Browse the repository at this point in the history
  • Loading branch information
lekoala authored Mar 4, 2024
1 parent 2ceb626 commit 066a423
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/ZenValidatorConstraint.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function __construct()
/**
* Set the field this constraint is applied to
* @param FormField $field
* @return this
* @return $this
**/
public function setField(FormField $field)
{
Expand All @@ -63,7 +63,7 @@ public function getField()
/**
* Set a custom message for this constraint
* @param string $message
* @return this
* @return $this
**/
public function setMessage($message)
{
Expand Down

0 comments on commit 066a423

Please sign in to comment.