]> git.mxchange.org Git - friendica.git/commitdiff
more spaces + some curly spaces added
authorRoland Häder <roland@mxchange.org>
Thu, 26 Jan 2017 15:07:30 +0000 (16:07 +0100)
committerRoland Haeder <roland@mxchange.org>
Sat, 18 Mar 2017 23:52:24 +0000 (00:52 +0100)
Signed-off-by: Roland Häder <roland@mxchange.org>
include/conversation.php
include/ostatus.php

index d3e4c6e4ab89ddd9b0af8dd9901359bdd31851d3..a937eb69f5fb0abe2fb7f75ab1837bc4e176433b 100644 (file)
@@ -1379,7 +1379,7 @@ function conv_sort($arr,$order) {
                }
        }
 
-       /*foreach($arr as $x) {
+       /*foreach ($arr as $x) {
                if ($x['id'] != $x['parent']) {
                        $p = find_thread_parent_index($parents,$x);
                        if ($p !== false)
index 26be15a0201635eb24ef5758c34c6edebb5a7f53..37f79cb5cc1224c84a4dfc8cc27e6296ff928997 100644 (file)
@@ -50,7 +50,7 @@ class ostatus {
 
                $alternate = $xpath->query("atom:author/atom:link[@rel='alternate']", $context)->item(0)->attributes;
                if (is_object($alternate)) {
-                       /// @TODO foreach() may only later work on objects that have iterator interface implemented, please check this
+                       /// @TODO foreach () may only later work on objects that have iterator interface implemented, please check this
                        foreach ($alternate AS $attributes) {
                                if ($attributes->name == "href") {
                                        $author["author-link"] = $attributes->textContent;