fix: typo in Formatter extender docblock (#3676)

This commit is contained in:
Clark Winkelmann 2022-11-17 15:47:09 +01:00 committed by GitHub
parent 92473c0967
commit 50253a2eb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -95,7 +95,7 @@ class Formatter implements ExtenderInterface, LifecycleInterface
* @param callable|string $callback * @param callable|string $callback
* *
* The callback can be a closure or invokable class, and should accept: * The callback can be a closure or invokable class, and should accept:
* - \s9e\TextFormatter\Rendered $renderer * - \s9e\TextFormatter\Renderer $renderer
* - mixed $context * - mixed $context
* - string $xml: The xml to be rendered. * - string $xml: The xml to be rendered.
* - ServerRequestInterface $request. This argument MUST either be nullable, or omitted entirely. * - ServerRequestInterface $request. This argument MUST either be nullable, or omitted entirely.