]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Contact.php
Fix docblocks types
[friendica.git] / src / Model / Contact.php
index 2203b62162372e482e084e5eb0607a4a41b8720f..1b15f1c76d89faafa38bae7187a7184552962ecd 100644 (file)
@@ -20,6 +20,7 @@ use Friendica\Protocol\Salmon;
 use dba;
 
 require_once 'boot.php';
+require_once 'include/dba.php';
 require_once 'include/text.php';
 
 /**
@@ -196,7 +197,7 @@ class Contact extends BaseObject
         * up or some other transient event and that there's a possibility we could recover from it.
         *
         * @param array $contact contact to mark for archival
-        * @return type
+        * @return null
         */
        public static function markForArchival(array $contact)
        {