Skip to content

Commit

Permalink
update form type guesser
Browse files Browse the repository at this point in the history
  • Loading branch information
pablodip committed May 26, 2011
1 parent 2dabe70 commit ad9fd1a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Form/MandangoTypeGuesser.php
Expand Up @@ -97,4 +97,11 @@ public function guessRequired($class, $property)
public function guessMaxLength($class, $property)
{
}

/**
* @inheritDoc
*/
public function guessMinLength($class, $property)
{
}
}

0 comments on commit ad9fd1a

Please sign in to comment.