]> git.mxchange.org Git - friendica.git/commitdiff
Minor improvements:
authorRoland Häder <roland@mxchange.org>
Thu, 20 Jul 2017 18:04:32 +0000 (20:04 +0200)
committerRoland Häder <roland@mxchange.org>
Wed, 20 Jun 2018 20:02:15 +0000 (22:02 +0200)
- added spaces and curly braces
- added more TODOs as there really more to be done
- removed redundant braces from "return" keyword (no function)
- merged 2 nested if() into one single

Signed-off-by: Roland Häder <roland@mxchange.org>
include/text.php

index 10f626458665c7beb19e2d23d970f924387e7857..f1bc5123269be18a4bfc628f368fda19975e893b 100644 (file)
@@ -1970,6 +1970,7 @@ function is_a_date_arg($s) {
  */
 function deindent($text, $chr = "[\t ]", $count = NULL) {
        $lines = explode("\n", $text);
+
        if (is_null($count)) {
                $m = [];
                $k = 0;