summaryrefslogtreecommitdiff
path: root/app/Module/BatchUpdate/BatchUpdateMarriedNamesPlugin.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Module/BatchUpdate/BatchUpdateMarriedNamesPlugin.php')
-rw-r--r--app/Module/BatchUpdate/BatchUpdateMarriedNamesPlugin.php8
1 files changed, 6 insertions, 2 deletions
diff --git a/app/Module/BatchUpdate/BatchUpdateMarriedNamesPlugin.php b/app/Module/BatchUpdate/BatchUpdateMarriedNamesPlugin.php
index 513275e9a4..6ab814f8af 100644
--- a/app/Module/BatchUpdate/BatchUpdateMarriedNamesPlugin.php
+++ b/app/Module/BatchUpdate/BatchUpdateMarriedNamesPlugin.php
@@ -1,6 +1,4 @@
<?php
-namespace Fisharebest\Webtrees\Module\BatchUpdate;
-
/**
* webtrees: online genealogy
* Copyright (C) 2015 webtrees development team
@@ -15,6 +13,8 @@ namespace Fisharebest\Webtrees\Module\BatchUpdate;
* 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\Module\BatchUpdate;
+
use Fisharebest\Webtrees\Filter;
use Fisharebest\Webtrees\I18N;
use Fisharebest\Webtrees\Module\BatchUpdateModule;
@@ -90,6 +90,8 @@ class BatchUpdateMarriedNamesPlugin extends BatchUpdateBasePlugin {
}
/**
+ * Generate a list of married surnames that are not already present.
+ *
* @param string $xref
* @param string $gedrec
*
@@ -117,6 +119,8 @@ class BatchUpdateMarriedNamesPlugin extends BatchUpdateBasePlugin {
}
/**
+ * Extract a list of surnames from a GEDCOM record.
+ *
* @param string $xref
* @param string $gedrec
*