]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Post/User.php
spelling: documentation
[friendica.git] / src / Model / Post / User.php
index 7bd570699731ab1bea3267a46dfe5194bdbe306c..aba47534a5da769dcdca827bffecdc95176b71c1 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
  *
@@ -64,7 +64,7 @@ class User
                                        return 0;
                                }
                        }
-                       
+
                        $update = [];
                        foreach (['gravity', 'parent-uri-id', 'thr-parent-id'] as $key) {
                                if ($fields[$key] != $postuser[$key]) {