mirror of
https://github.com/friendica/friendica
synced 2024-11-18 13:03:41 +00:00
spelling: occurrences
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
f6fda5840d
commit
60d9d7f5e0
1 changed files with 2 additions and 2 deletions
|
@ -536,7 +536,7 @@ class XML
|
|||
*
|
||||
* @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
|
||||
{
|
||||
|
@ -548,7 +548,7 @@ class XML
|
|||
*
|
||||
* @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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue