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:
  fix style of label containing new lines in PUML dump
  [TwigBridge] Allow floats in html5 input type number field
  [Translation] Handle the translation of empty strings
  [VarDumper] Fix error when reflected class has default Enum parameter in constructor
  [FrameworkBundle] Fix denyAccessUnlessGranted for mixed attributes
  [Validator] Fix translation of AtLeastOneOf constraint message
  [Validator] Sync IBAN formats with Swift IBAN registry
  [String] Use same alphabet for ByteString::fromRandom tests
  Fix phpdocs in components
  • Loading branch information
nicolas-grekas committed Feb 24, 2023
2 parents a910b10 + ef57d9f commit 62e341f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FileinfoMimeTypeGuesser.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class FileinfoMimeTypeGuesser implements MimeTypeGuesserInterface
private ?string $magicFile;

/**
* @param string $magicFile A magic file to use with the finfo instance
* @param string|null $magicFile A magic file to use with the finfo instance
*
* @see http://www.php.net/manual/en/function.finfo-open.php
*/
Expand Down

0 comments on commit 62e341f

Please sign in to comment.