fixed number mismatch declerations

code cleanups
This commit is contained in:
kremsy
2020-04-21 17:57:36 +02:00
parent 06b3893a27
commit f31a1c1782
28 changed files with 121 additions and 146 deletions

View File

@ -225,7 +225,7 @@ abstract class Formatter implements UsageInformationAble {
* Make sure the given Text is encoded in UTF-8
*
* @param string $text
* @return string
* @return array|string
*/
public static function utf8($text) {
if (is_array($text)) {