Skip to content

Commit 48be2b0

Browse files
Merge branch '7.3' into 7.4
* 7.3: [Filesystem] Unify logic for isAbsolute() in Path [Twig] Ensure WrappedTemplatedEmail::getReturnPath() returns a string [Console] Add missing VERBOSITY_SILENT case in CommandDataCollector [HttpClient] Reject 3xx pushed responses [ProxyManagerBridge] Remove comment that reference github discussion [ErrorHandler] Improve PHPDoc precision in SerializerErrorRenderer [Routing] Fix matching the "0" URL [Form] Fix EnumType choice_label logic for grouped choices The BrowserKit history with parameter separator without slash.
2 parents b40ab8b + bbe40bf commit 48be2b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ErrorRenderer/SerializerErrorRenderer.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ class SerializerErrorRenderer implements ErrorRendererInterface
2929
private bool|\Closure $debug;
3030

3131
/**
32-
* @param string|callable(FlattenException) $format The format as a string or a callable that should return it
33-
* formats not supported by Request::getMimeTypes() should be given as mime types
34-
* @param bool|callable $debug The debugging mode as a boolean or a callable that should return it
32+
* @param string|callable(FlattenException): string $format The format as a string or a callable that should return it
33+
* formats not supported by Request::getMimeTypes() should be given as mime types
34+
* @param bool|callable $debug The debugging mode as a boolean or a callable that should return it
3535
*/
3636
public function __construct(
3737
private SerializerInterface $serializer,

0 commit comments

Comments
 (0)