Skip to content

Commit

Permalink
Fix coding standards.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Aug 11, 2012
1 parent 0bbf61c commit 11227f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion lib/Cake/Test/Case/Console/Command/SchemaShellTest.php
Expand Up @@ -396,7 +396,6 @@ public function testGenerateModels() {
CakePlugin::unload();
}


/**
* Test schema run create with no table args.
*
Expand Down
Expand Up @@ -76,7 +76,9 @@ public function ajax2_layout() {
*
* @package Cake.Test.Case.Controller.Component
*/
class CustomJsonView extends JsonView {}
class CustomJsonView extends JsonView {

}

/**
* RequestHandlerComponentTest class
Expand Down

0 comments on commit 11227f5

Please sign in to comment.