summaryrefslogtreecommitdiff
path: root/app/Functions/FunctionsDb.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Functions/FunctionsDb.php')
-rw-r--r--app/Functions/FunctionsDb.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/app/Functions/FunctionsDb.php b/app/Functions/FunctionsDb.php
index f0bdabe01a..5f03b23da9 100644
--- a/app/Functions/FunctionsDb.php
+++ b/app/Functions/FunctionsDb.php
@@ -1,6 +1,4 @@
<?php
-namespace Fisharebest\Webtrees\Functions;
-
/**
* webtrees: online genealogy
* Copyright (C) 2015 webtrees development team
@@ -15,6 +13,8 @@ namespace Fisharebest\Webtrees\Functions;
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+namespace Fisharebest\Webtrees\Functions;
+
use Fisharebest\Webtrees\Auth;
use Fisharebest\Webtrees\Database;
use Fisharebest\Webtrees\Date;
@@ -1002,6 +1002,8 @@ class FunctionsDb {
}
/**
+ * Get the blocks for a specified user.
+ *
* @param int $user_id
*
* @return string[][]