Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
euromark committed Apr 2, 2014
1 parent bbe3b6a commit e544340
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions lib/Cake/Test/Case/Utility/ObjectCollectionTest.php
Expand Up @@ -57,9 +57,9 @@ public function callback() {
*/
class SecondGenericObject extends GenericObject {

/**
* @return void
*/
/**
* @return void
*/
public function callback() {
}

Expand All @@ -70,9 +70,9 @@ public function callback() {
*/
class ThirdGenericObject extends GenericObject {

/**
* @return void
*/
/**
* @return void
*/
public function callback() {
}

Expand Down

0 comments on commit e544340

Please sign in to comment.