summaryrefslogtreecommitdiffstats
path: root/Tests/Core
diff options
context:
space:
mode:
authorHugo Hamon <hugo.hamon@sensio.com>2013-01-08 15:45:08 +0100
committerHugo Hamon <hugo.hamon@sensio.com>2013-01-08 15:45:08 +0100
commitfe15d89a161b1f189c5f12df9e97abbbe8937dba (patch)
tree8255aeb2050fda5ac6d34c199d04c373f991f955 /Tests/Core
parent8a4c0679afcb97f0e46c296b062e2196da1b913b (diff)
downloadsymfony-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.php2
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'),