Issue #2839951 by chiranjeeb2410, badjava: API docs FormattableMarkup::placeholderFormat %variable example contain errors
parent
dad2a50713
commit
c250a53d56
|
@ -147,7 +147,7 @@ class FormattableMarkup implements MarkupInterface, \Countable {
|
|||
* 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:
|
||||
|
|
Loading…
Reference in New Issue