diff options
author | Hugo Hamon <hugo.hamon@sensio.com> | 2013-01-08 15:45:08 +0100 |
---|---|---|
committer | Hugo Hamon <hugo.hamon@sensio.com> | 2013-01-08 15:45:08 +0100 |
commit | fe15d89a161b1f189c5f12df9e97abbbe8937dba (patch) | |
tree | 8255aeb2050fda5ac6d34c199d04c373f991f955 /Tests/Core | |
parent | 8a4c0679afcb97f0e46c296b062e2196da1b913b (diff) | |
download | symfony-security-fe15d89a161b1f189c5f12df9e97abbbe8937dba.zip symfony-security-fe15d89a161b1f189c5f12df9e97abbbe8937dba.tar.gz symfony-security-fe15d89a161b1f189c5f12df9e97abbbe8937dba.tar.bz2 |
[Component] [Security] fixed PSR-2 coding violation in ClassUtilsTest class.
Diffstat (limited to 'Tests/Core')
-rw-r--r-- | Tests/Core/Util/ClassUtilsTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/Core/Util/ClassUtilsTest.php b/Tests/Core/Util/ClassUtilsTest.php index 16378a6..4266f21 100644 --- a/Tests/Core/Util/ClassUtilsTest.php +++ b/Tests/Core/Util/ClassUtilsTest.php @@ -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'), |