1
0
mirror of https://github.com/flarum/core.git synced 2025-08-01 06:00:24 +02:00

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

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.