Skip to content

Commit

Permalink
Merge branch '5.4' into 6.2
Browse files Browse the repository at this point in the history
* 5.4:
  [Validator] add missing German translations
  [Serializer] Fix denormalizing abstract part headers in MimeMessageNormalizer
  [Form] Remove an obsolete phpdoc comment
  [FrameworkBundle][Workflow] Throw exception is workflow.xxx.transitions is not an array
  • Loading branch information
nicolas-grekas committed Jul 26, 2023
2 parents 1518147 + ca99a68 commit 14276bc
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 14276bc

Please sign in to comment.