summaryrefslogtreecommitdiff
path: root/app/Module.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Module.php')
-rw-r--r--app/Module.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/Module.php b/app/Module.php
index a09f8b8db6..b5874f6678 100644
--- a/app/Module.php
+++ b/app/Module.php
@@ -1,6 +1,4 @@
<?php
-namespace Fisharebest\Webtrees;
-
/**
* webtrees: online genealogy
* Copyright (C) 2015 webtrees development team
@@ -15,6 +13,8 @@ namespace Fisharebest\Webtrees;
* 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;
+
use Fisharebest\Webtrees\Module\AbstractModule;
use Fisharebest\Webtrees\Module\ModuleBlockInterface;
use Fisharebest\Webtrees\Module\ModuleChartInterface;
@@ -25,7 +25,7 @@ use Fisharebest\Webtrees\Module\ModuleTabInterface;
use Fisharebest\Webtrees\Module\ModuleThemeInterface;
/**
- * Class Module - Static functions for managing and maintaining modules.
+ * Functions for managing and maintaining modules.
*/
class Module {
/**