mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-06 22:21:42 +00:00
Point to all the right classes.
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user