]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Item/Feed.php
Merge remote-tracking branch 'upstream/develop' into inbox-gsid
[friendica.git] / src / Module / Item / Feed.php
index 8830cb0afa1472897045549f3810744d8f4c91e6..5cca0dfd63dce4fc4865ebcfa54bc2cabd6faa81 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -17,7 +17,6 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  *
- * See update_profile.php for documentation
  */
 
 namespace Friendica\Module\Item;
@@ -72,9 +71,9 @@ class Feed extends BaseModule
                        'guid',
                        'gravity',
                ], [
-                       'uri-id' => $uriId,
+                       'uri-id'  => $uriId,
                        'private' => [Item::PUBLIC, Item::UNLISTED],
-                       'uid' => 0,
+                       'uid'     => 0,
                ]);
 
                if (empty($item)) {