summaryrefslogtreecommitdiffstats
path: root/Http/RememberMe/AbstractRememberMeServices.php
diff options
context:
space:
mode:
authorEriksen Costa <eriksencosta@gmail.com>2012-04-02 00:52:14 -0300
committerEriksen Costa <eriksencosta@gmail.com>2012-04-02 00:52:14 -0300
commit1cba0bf91c88db420cfe11f49098df2b31071c33 (patch)
tree41b2ed4fe1f370d749d5873d9778168781463752 /Http/RememberMe/AbstractRememberMeServices.php
parentb8543a700b811341dab70f3989ad516212e0972c (diff)
downloadsymfony-security-1cba0bf91c88db420cfe11f49098df2b31071c33.zip
symfony-security-1cba0bf91c88db420cfe11f49098df2b31071c33.tar.gz
symfony-security-1cba0bf91c88db420cfe11f49098df2b31071c33.tar.bz2
fixed CS (missing or misplaced license blocks)
Diffstat (limited to 'Http/RememberMe/AbstractRememberMeServices.php')
-rw-r--r--Http/RememberMe/AbstractRememberMeServices.php18
1 files changed, 9 insertions, 9 deletions
diff --git a/Http/RememberMe/AbstractRememberMeServices.php b/Http/RememberMe/AbstractRememberMeServices.php
index 60cad15..d61a6ce 100644
--- a/Http/RememberMe/AbstractRememberMeServices.php
+++ b/Http/RememberMe/AbstractRememberMeServices.php
@@ -1,5 +1,14 @@
<?php
+/*
+ * This file is part of the Symfony package.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
namespace Symfony\Component\Security\Http\RememberMe;
use Symfony\Component\Security\Core\Exception\AuthenticationException;
@@ -15,15 +24,6 @@ use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\Cookie;
use Symfony\Component\HttpKernel\Log\LoggerInterface;
-/*
- * This file is part of the Symfony package.
- *
- * (c) Fabien Potencier <fabien@symfony.com>
- *
- * For the full copyright and license information, please view the LICENSE
- * file that was distributed with this source code.
- */
-
/**
* Base class implementing the RememberMeServicesInterface
*