]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Contact/Revoke.php
Merge pull request #12707 from MrPetovan/bug/contact-page
[friendica.git] / src / Module / Contact / Revoke.php
index 609ec65842e4a9394d78ab46af35264ce2b376af..d437b05f4f8eec36858b1deb2454c7cb30cf5428 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
  *
@@ -44,7 +44,7 @@ class Revoke extends BaseModule
         * @var array
         */
        protected $contact;
-       
+
        /** @var Database */
        protected $dba;