merged branch hhamon/cs_fix (PR #6621)

This PR was merged into the 2.1 branch.

Commits
-------

2155719 [Component] [Security] fixed PSR-2 coding violation in ClassUtilsTest class.

Discussion
----------

[2.1] [Component] [Security] fixed PSR-2 coding violation in ClassUtilsTest class

Bug fix: no
Feature addition: no
Backwards compatibility break: no
Fixes the following tickets: -
Todo: -
License of the code: MIT
This commit is contained in:
Fabien Potencier 2013-01-08 17:57:17 +01:00
commit 1949ce0ed7
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ namespace Symfony\Component\Security\Tests\Core\Util
class ClassUtilsTest extends \PHPUnit_Framework_TestCase
{
static public function dataGetClass()
public static function dataGetClass()
{
return array(
array('stdClass', 'stdClass'),