Skip to content

Commit

Permalink
Resolve TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
SOHELAHMED7 committed Aug 26, 2024
1 parent 04e3780 commit 42674b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/ValidationRulesBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ private function resolveAttributeRules(Attribute $attribute):void

private function addRulesByAttributeName(Attribute $attribute):void
{
//@TODO: probably also patterns for file, image
$patterns = [
'~e?mail~i' => 'email',
'~(url|site|website|href|link)~i' => 'url',
Expand Down

0 comments on commit 42674b7

Please sign in to comment.