Skip to content

Commit

Permalink
[Form] Remove an obsolete phpdoc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
HeahDude committed Jul 26, 2023
1 parent 131ae0c commit ca99a68
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions FormTypeGuesserInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,6 @@ public function guessMaxLength(string $class, string $property);
/**
* Returns a guess about the field's pattern.
*
* - When you have a min value, you guess a min length of this min (LOW_CONFIDENCE)
* - Then line below, if this value is a float type, this is wrong so you guess null with MEDIUM_CONFIDENCE to override the previous guess.
* Example:
* You want a float greater than 5, 4.512313 is not valid but length(4.512314) > length(5)
*
* @see https://github.com/symfony/symfony/pull/3927
*
* @return Guess\ValueGuess|null
*/
public function guessPattern(string $class, string $property);
Expand Down

0 comments on commit ca99a68

Please sign in to comment.