Skip to content

Commit

Permalink
readded guessMinLength()
Browse files Browse the repository at this point in the history
  • Loading branch information
lsmith77 committed Apr 24, 2012
1 parent 0e34ff3 commit d39ed92
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Form/PHPCRTypeGuesser.php
Expand Up @@ -95,6 +95,14 @@ public function guessMaxLength($class, $property)
{
}

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

}

/**
* {@inheritDoc}
*/
Expand Down

0 comments on commit d39ed92

Please sign in to comment.