Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
*
* @param string $str
* @return string Escaped text.
*
* @param string $str
* @return string Escaped text.
- * @todo Move this generic method to Util\Strings and also rewrite all other findingd
+ * @todo Move this generic method to Util\Strings and also rewrite all other occurrences
*/
public static function escape(string $str): string
{
*/
public static function escape(string $str): string
{
*
* @param string $s xml escaped text
* @return string unescaped text
*
* @param string $s xml escaped text
* @return string unescaped text
- * @todo Move this generic method to Util\Strings and also rewrite all other findingd
+ * @todo Move this generic method to Util\Strings and also rewrite all other occurrences
*/
public static function unescape(string $s): string
{
*/
public static function unescape(string $s): string
{