From 572a3f1180183fc9ff46ef6b39224e0eea224f23 Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 19 Jan 2020 09:55:28 +0000 Subject: [PATCH] And the rest of the new lines --- src/Database/Database.php | 1 + src/Model/Contact.php | 1 + 2 files changed, 2 insertions(+) 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. *