Skip to content

Commit

Permalink
remove duplicate newlines according to CS
Browse files Browse the repository at this point in the history
  • Loading branch information
euromark committed Aug 20, 2013
1 parent e78549d commit 036954b
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion lib/Cake/Test/Case/Controller/ComponentTest.php
Expand Up @@ -193,7 +193,6 @@ class SomethingWithEmailComponent extends Component {
public $components = array('Email');
}


/**
* ComponentTest class
*
Expand Down
1 change: 0 additions & 1 deletion lib/Cake/Test/Case/Controller/ControllerMergeVarsTest.php
Expand Up @@ -119,7 +119,6 @@ class MergePostsController extends MergeVarPluginAppController {
public $uses = array();
}


/**
* Test Case for Controller Merging of Vars.
*
Expand Down
1 change: 0 additions & 1 deletion lib/Cake/Test/Case/Controller/ControllerTest.php
Expand Up @@ -50,7 +50,6 @@ class ControllerTestAppController extends Controller {
public $components = array('Cookie');
}


/**
* ControllerPost class
*
Expand Down
1 change: 0 additions & 1 deletion lib/Cake/Test/Case/Error/ExceptionRendererTest.php
Expand Up @@ -131,7 +131,6 @@ public function missingWidgetThing() {
class MissingWidgetThingException extends NotFoundException {
}


/**
* ExceptionRendererTest class
*
Expand Down
1 change: 0 additions & 1 deletion lib/Cake/Test/Case/Model/models.php
Expand Up @@ -2517,7 +2517,6 @@ class MyCategoriesMyProduct extends CakeTestModel {
public $name = 'MyCategoriesMyProduct';
}


/**
* NumberTree class
*
Expand Down
2 changes: 0 additions & 2 deletions lib/Cake/Test/Case/TestSuite/CakeTestFixtureTest.php
Expand Up @@ -111,7 +111,6 @@ class StringsTestFixture extends CakeTestFixture {
);
}


/**
* CakeTestFixtureImportFixture class
*
Expand Down Expand Up @@ -175,7 +174,6 @@ class FixturePrefixTest extends Model {
public $useDbConfig = 'test';
}


/**
* Test case for CakeTestFixture
*
Expand Down
1 change: 0 additions & 1 deletion lib/Cake/Test/Case/View/ViewTest.php
Expand Up @@ -219,7 +219,6 @@ public function afterLayout($layoutFile) {

}


/**
* ViewTest class
*
Expand Down

0 comments on commit 036954b

Please sign in to comment.