Skip to content
Snippets Groups Projects
Commit c250a53d authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2839951 by chiranjeeb2410, badjava: API docs...

Issue #2839951 by chiranjeeb2410, badjava: API docs FormattableMarkup::placeholderFormat %variable example contain errors
parent dad2a507
No related branches found
No related tags found
No related merge requests found
......@@ -147,7 +147,7 @@ public function jsonSerialize() {
* A call like:
* @code
* $string = "%output_text";
* $arguments = ['output_text' => 'text output here.'];
* $arguments = ['%output_text' => 'text output here.'];
* $this->placeholderFormat($string, $arguments);
* @endcode
* makes the following HTML code:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment