Point to all the right classes.

This commit is contained in:
James Cole
2020-07-18 08:34:00 +02:00
parent 427bcaa522
commit d73195ec36
37 changed files with 270 additions and 171 deletions

View File

@@ -362,8 +362,10 @@ class Steam
* Remove weird chars from strings.
*
* @param string $string
* TODO migrate to trait.
*
* @return string
* @deprecated
*/
public function cleanString(string $string): string
{
@@ -425,8 +427,10 @@ class Steam
* Remove weird chars from strings, but keep newlines and tabs.
*
* @param string $string
* TODO migrate to trait.
*
* @return string
* @deprecated
*/
public function nlCleanString(string $string): string
{