summaryrefslogtreecommitdiff
path: root/app/Session.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Session.php')
-rw-r--r--app/Session.php6
1 files changed, 2 insertions, 4 deletions
diff --git a/app/Session.php b/app/Session.php
index b6fdb67c4f..2d986a5318 100644
--- a/app/Session.php
+++ b/app/Session.php
@@ -1,6 +1,4 @@
<?php
-namespace Fisharebest\Webtrees;
-
/**
* webtrees: online genealogy
* Copyright (C) 2015 webtrees development team
@@ -15,10 +13,10 @@ 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;
/**
- * Class Session - temporary class to migrate away from Zend_Session
- * to Symfony-based sessions, which need PHP 5.4
+ * Temporary class to migrate to Symfony-based sessions, which need PHP 5.4.
*/
class Session {
/**