Skip to content

Commit

Permalink
Merge branch '6.3' into 6.4
Browse files Browse the repository at this point in the history
* 6.3:
  [Serializer] Fix `@method` annotation
  fix compatibility with Doctrine DBAL 4
  ensure string type with mbstring func overloading enabled
  [HttpKernel] Fix quotes expectations in tests
  [Validator] updated Greek translation
  [Cache][HttpFoundation][Lock] Fix empty username/password for PDO PostgreSQL
  [HttpClient][WebProfilerBundle] Do not generate cURL command when files are uploaded
  • Loading branch information
nicolas-grekas committed Nov 7, 2023
2 parents bcd117f + b3ad151 commit 9b837ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Normalizer/DenormalizerInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
/**
* @author Jordi Boggiano <j.boggiano@seld.be>
*
* @method getSupportedTypes(?string $format): array
* @method array getSupportedTypes(?string $format)
*/
interface DenormalizerInterface
{
Expand Down
2 changes: 1 addition & 1 deletion Normalizer/NormalizerInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
/**
* @author Jordi Boggiano <j.boggiano@seld.be>
*
* @method getSupportedTypes(?string $format): array
* @method array getSupportedTypes(?string $format)
*/
interface NormalizerInterface
{
Expand Down

0 comments on commit 9b837ef

Please sign in to comment.