]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Contact/Revoke.php
Changes:
[friendica.git] / src / Module / Contact / Revoke.php
index 609ec65842e4a9394d78ab46af35264ce2b376af..1f3a85a476483bfac8fa1cdba37527e639bd92cc 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2024, 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;