Skip to content

Commit 9b837ef

Browse files
Merge branch '6.3' into 6.4
* 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
2 parents bcd117f + b3ad151 commit 9b837ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Normalizer/DenormalizerInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
/**
2323
* @author Jordi Boggiano <[email protected]>
2424
*
25-
* @method getSupportedTypes(?string $format): array
25+
* @method array getSupportedTypes(?string $format)
2626
*/
2727
interface DenormalizerInterface
2828
{

Normalizer/NormalizerInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
/**
2020
* @author Jordi Boggiano <[email protected]>
2121
*
22-
* @method getSupportedTypes(?string $format): array
22+
* @method array getSupportedTypes(?string $format)
2323
*/
2424
interface NormalizerInterface
2525
{

0 commit comments

Comments
 (0)