Rename Replace to StringReplace to match the actual content

Replace is too general. it is String Replace
This commit is contained in:
Clemens Schwaighofer
2023-06-27 18:33:04 +09:00
parent 0436cfe3da
commit 3c37899a48
3 changed files with 16 additions and 16 deletions

View File

@@ -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 = [];