diff --git a/src/Database/Database.php b/src/Database/Database.php index ca525cd370..3afbfbc8f2 100644 --- a/src/Database/Database.php +++ b/src/Database/Database.php @@ -428,6 +428,7 @@ class Database /** * Executes a prepared statement that returns data + * * @usage Example: $r = p("SELECT * FROM `item` WHERE `guid` = ?", $guid); * * Please only use it with complicated queries. diff --git a/src/Model/Contact.php b/src/Model/Contact.php index b53c63afc3..01dc0d0126 100644 --- a/src/Model/Contact.php +++ b/src/Model/Contact.php @@ -2235,6 +2235,7 @@ class Contact /** * Takes a $uid and a url/handle and adds a new contact + * * Currently if the contact is DFRN, interactive needs to be true, to redirect to the * dfrn_request page. *