minor #9913 fixed PSR-0 issues (fabpot)

This PR was merged into the 2.4 branch.

Discussion
----------

fixed PSR-0 issues

| Q             | A
| ------------- | ---
| License       | MIT

Commits
-------

a901d73 fixed PSR-0 issues
This commit is contained in:
Fabien Potencier 2013-12-31 15:17:27 +01:00
commit 7c727e4ea7
4 changed files with 4 additions and 4 deletions

View File

@ -94,7 +94,7 @@ abstract class DoctrineType extends AbstractType
foreach ($choiceHashes as $value) {
$hashes[] = spl_object_hash($value);
}
$choiceHashes = $hashes;
}

View File

@ -9,7 +9,7 @@
* file that was distributed with this source code.
*/
namespace Symfony\Component\ExpressionLanguage\Tests\Node;
namespace Symfony\Component\ExpressionLanguage\Tests;
use Symfony\Component\ExpressionLanguage\Lexer;
use Symfony\Component\ExpressionLanguage\Token;

View File

@ -9,7 +9,7 @@
* file that was distributed with this source code.
*/
namespace Symfony\Component\ExpressionLanguage\Tests\Node;
namespace Symfony\Component\ExpressionLanguage\Tests;
use Symfony\Component\ExpressionLanguage\Parser;
use Symfony\Component\ExpressionLanguage\Lexer;

View File

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