10000 [Component] [Security] fixed PSR-2 coding violation in ClassUtilsTest… · symfony/symfony@2155719 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2155719

Browse files
author
Hugo Hamon
committed
[Component] [Security] fixed PSR-2 coding violation in ClassUtilsTest class.
1 parent 87160a7 commit 2155719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Security/Tests/Core/Util/ClassUtilsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
class ClassUtilsTest extends \PHPUnit_Framework_TestCase
88
{
9-
static public function dataGetClass()
9+
public static function dataGetClass()
1010
{
1111
return array(
1212
array('stdClass', 'stdClass'),

0 commit comments

Comments
 (0)
0