mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-17 20:08:52 +00:00
Fix phpstan issues.
This commit is contained in:
@@ -146,7 +146,7 @@ trait ConvertsDataTypes
|
||||
// clear zalgo text (TODO also in API v2)
|
||||
$string = preg_replace('/(\pM{2})\pM+/u', '\1', $string);
|
||||
|
||||
return trim((string)$string);
|
||||
return trim($string);
|
||||
}
|
||||
|
||||
public function convertIban(string $field): string
|
||||
|
||||
Reference in New Issue
Block a user