diff options
author | Eriksen Costa <eriksencosta@gmail.com> | 2012-04-02 00:52:14 -0300 |
---|---|---|
committer | Eriksen Costa <eriksencosta@gmail.com> | 2012-04-02 00:52:14 -0300 |
commit | 1cba0bf91c88db420cfe11f49098df2b31071c33 (patch) | |
tree | 41b2ed4fe1f370d749d5873d9778168781463752 /Tests/Http/EntryPoint/FormAuthenticationEntryPointTest.php | |
parent | b8543a700b811341dab70f3989ad516212e0972c (diff) | |
download | symfony-security-1cba0bf91c88db420cfe11f49098df2b31071c33.zip symfony-security-1cba0bf91c88db420cfe11f49098df2b31071c33.tar.gz symfony-security-1cba0bf91c88db420cfe11f49098df2b31071c33.tar.bz2 |
fixed CS (missing or misplaced license blocks)
Diffstat (limited to 'Tests/Http/EntryPoint/FormAuthenticationEntryPointTest.php')
-rw-r--r-- | Tests/Http/EntryPoint/FormAuthenticationEntryPointTest.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Tests/Http/EntryPoint/FormAuthenticationEntryPointTest.php b/Tests/Http/EntryPoint/FormAuthenticationEntryPointTest.php index d03b91c..2e72340 100644 --- a/Tests/Http/EntryPoint/FormAuthenticationEntryPointTest.php +++ b/Tests/Http/EntryPoint/FormAuthenticationEntryPointTest.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\Tests\Http\EntryPoint; use Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint; |