summaryrefslogtreecommitdiff
path: root/app/Controller/SearchController.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Controller/SearchController.php')
-rw-r--r--app/Controller/SearchController.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/app/Controller/SearchController.php b/app/Controller/SearchController.php
index 97171ff3a4..d1e6857fca 100644
--- a/app/Controller/SearchController.php
+++ b/app/Controller/SearchController.php
@@ -1,6 +1,4 @@
<?php
-namespace Fisharebest\Webtrees\Controller;
-
/**
* webtrees: online genealogy
* Copyright (C) 2015 webtrees development team
@@ -15,6 +13,7 @@ namespace Fisharebest\Webtrees\Controller;
* 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\Controller;
use Fisharebest\Webtrees\Auth;
use Fisharebest\Webtrees\Config;
@@ -33,7 +32,7 @@ use Fisharebest\Webtrees\Source;
use Fisharebest\Webtrees\Tree;
/**
- * Class SearchController - Controller for the search page
+ * Controller for the search page
*/
class SearchController extends PageController {
/** @var string The type of search to perform */