📝 Link between Dict::Format and TemplateString

This commit is contained in:
Pierre Goiffon
2019-10-31 10:35:48 +01:00
parent 3844a18b86
commit 6144cfad3d

View File

@@ -192,7 +192,11 @@ class Dict
/**
* Formats a localized string with numbered placeholders (%1$s...) for the additional arguments
* See vsprintf for more information about the syntax of the placeholders
*
* @see \TemplateString to use placeholders
*
* @param string $sFormatCode
*
* @return string
*/
public static function Format($sFormatCode /*, ... arguments ....*/)