This files have an invalid namespace

* These namespaces do not match the files according to PSR-0 rules
* Used php-cs-fixer
This commit is contained in:
mmoreram 2014-07-30 12:26:20 +02:00
parent 3e21c4d052
commit e23863721f
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
namespace Symfony\Component\HttpKernel\Tests\Util\DataCollector; namespace Symfony\Component\HttpKernel\Tests\DataCollector\Util;
use Symfony\Component\HttpKernel\DataCollector\Util\ValueExporter; use Symfony\Component\HttpKernel\DataCollector\Util\ValueExporter;

View File

@ -9,7 +9,7 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
namespace Symfony\Component\Security\Tests\Core\Exception; namespace Symfony\Component\Security\Core\Tests\Exception;
use Symfony\Component\Security\Core\Exception\UsernameNotFoundException; use Symfony\Component\Security\Core\Exception\UsernameNotFoundException;