Skip to content

Commit

Permalink
Allow comments to be parsed for validator rules with non string/`ar…
Browse files Browse the repository at this point in the history
…ray` values in `GetFromInlineValidatorBase` (#880)
  • Loading branch information
thomasfw authored Aug 24, 2024
1 parent 754eacd commit a995f1a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Extracting/Strategies/GetFromInlineValidatorBase.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ enum_exists($enum) && method_exists($enum, 'tryFrom')
$rules[$paramName] = join('|', $rulesList);
} else {
$rules[$paramName] = [];
continue;
}

$dataFromComment = [];
Expand Down

0 comments on commit a995f1a

Please sign in to comment.