Issue #2839951 by chiranjeeb2410, badjava: API docs FormattableMarkup::placeholderFormat %variable example contain errors

8.3.x
Alex Pott 2017-01-13 12:50:27 +00:00
parent dad2a50713
commit c250a53d56
1 changed files with 1 additions and 1 deletions

View File

@ -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: