Minor fix of coding standard

This commit is contained in:
Meritoo
2017-09-27 21:52:10 +02:00
parent 45493b37b0
commit bfd69c1098

View File

@@ -270,7 +270,6 @@ class ReflectionTest extends BaseTestCase
self::assertEquals($city, Reflection::getPropertyValue($f, 'city')); self::assertEquals($city, Reflection::getPropertyValue($f, 'city'));
} }
public function testGetPropertyValueWithPrivateGetter() public function testGetPropertyValueWithPrivateGetter()
{ {
$accountBalance = 1000; $accountBalance = 1000;