Skip to content

Commit

Permalink
Add missing abstract method to Guesser.
Browse files Browse the repository at this point in the history
  • Loading branch information
richsage committed Jul 20, 2015
1 parent dc02b3d commit 3bf1187
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Form/MandangoTypeGuesser.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,11 @@ public function guessMaxLength($class, $property)
public function guessMinLength($class, $property)
{
}

/**
* @inheritdoc
*/
public function guessPattern($class, $property)
{
}
}

0 comments on commit 3bf1187

Please sign in to comment.