mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
Rename \Combodo\iTop\Application\UI\Base\Component\Html\HtmlFactory::MakeP to MakeParagraph
This commit is contained in:
@@ -26,7 +26,7 @@ namespace Combodo\iTop\Application\UI\Base\Component\Html;
|
||||
*/
|
||||
class HtmlFactory
|
||||
{
|
||||
public static function MakeP(string $sContent): Html
|
||||
public static function MakeParagraph(string $sContent): Html
|
||||
{
|
||||
return new Html('<p>'.$sContent.'</p>');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user