fix indentation

This commit is contained in:
euromark 2014-04-02 03:12:22 +02:00
parent bbe3b6a439
commit e544340d67

View file

@ -57,9 +57,9 @@ class FirstGenericObject extends GenericObject {
*/
class SecondGenericObject extends GenericObject {
/**
* @return void
*/
/**
* @return void
*/
public function callback() {
}
@ -70,9 +70,9 @@ class SecondGenericObject extends GenericObject {
*/
class ThirdGenericObject extends GenericObject {
/**
* @return void
*/
/**
* @return void
*/
public function callback() {
}