mirror of
https://github.com/flarum/framework.git
synced 2024-11-22 20:41:34 +08:00
fix: typo in Formatter extender docblock (#3676)
This commit is contained in:
parent
92473c0967
commit
50253a2eb8
|
@ -95,7 +95,7 @@ class Formatter implements ExtenderInterface, LifecycleInterface
|
|||
* @param callable|string $callback
|
||||
*
|
||||
* The callback can be a closure or invokable class, and should accept:
|
||||
* - \s9e\TextFormatter\Rendered $renderer
|
||||
* - \s9e\TextFormatter\Renderer $renderer
|
||||
* - mixed $context
|
||||
* - string $xml: The xml to be rendered.
|
||||
* - ServerRequestInterface $request. This argument MUST either be nullable, or omitted entirely.
|
||||
|
|
Loading…
Reference in New Issue
Block a user