summaryrefslogtreecommitdiff
path: root/app/Functions/FunctionsDate.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Functions/FunctionsDate.php')
-rw-r--r--app/Functions/FunctionsDate.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/app/Functions/FunctionsDate.php b/app/Functions/FunctionsDate.php
index 1a6cf66ded..ca5d258ddd 100644
--- a/app/Functions/FunctionsDate.php
+++ b/app/Functions/FunctionsDate.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\Date;
use Fisharebest\Webtrees\I18N;
@@ -23,6 +23,8 @@ use Fisharebest\Webtrees\I18N;
*/
class FunctionsDate {
/**
+ * Convert a GEDCOM age string to localized text.
+ *
* @param string $age_string
* @param bool $show_years
*