Rename Replace to StringReplace to match the actual content
Replace is too general. it is String Replace
This commit is contained in:
@@ -13,7 +13,7 @@ namespace CoreLibs\Template\HtmlBuilder;
|
||||
|
||||
use CoreLibs\Template\HtmlBuilder\General\Error;
|
||||
|
||||
class Replace
|
||||
class StringReplace
|
||||
{
|
||||
/** @var array<string,string> */
|
||||
private static array $elements = [];
|
||||
Reference in New Issue
Block a user