summaryrefslogtreecommitdiff
path: root/app/Query/QueryName.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Query/QueryName.php')
-rw-r--r--app/Query/QueryName.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/Query/QueryName.php b/app/Query/QueryName.php
index 611e24aaec..722a4f50e4 100644
--- a/app/Query/QueryName.php
+++ b/app/Query/QueryName.php
@@ -1,6 +1,4 @@
<?php
-namespace Fisharebest\Webtrees\Query;
-
/**
* webtrees: online genealogy
* Copyright (C) 2015 webtrees development team
@@ -15,6 +13,8 @@ namespace Fisharebest\Webtrees\Query;
* 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\Query;
+
use Fisharebest\Webtrees\Database;
use Fisharebest\Webtrees\Family;
use Fisharebest\Webtrees\I18N;
@@ -22,7 +22,7 @@ use Fisharebest\Webtrees\Individual;
use Fisharebest\Webtrees\Tree;
/**
- * Class QueryName - generate lists for indilist.php and famlist.php
+ * Generate lists for indilist.php and famlist.php
*/
class QueryName {
/**