Skip to content

Commit

Permalink
Fix coding standards.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed May 31, 2013
1 parent 4b7c128 commit be2a252
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Expand Up @@ -40,9 +40,9 @@
if (!$imported) {
define('ARTICLE_MODEL_CREATED', true);

/**
* Class BakeArticle
*/
/**
* Class BakeArticle
*/
class BakeArticle extends Model {

public $name = 'BakeArticle';
Expand Down
10 changes: 5 additions & 5 deletions lib/Cake/Test/Case/TestSuite/ControllerTestCaseTest.php
Expand Up @@ -69,11 +69,11 @@ class AppController extends Controller {
*/
if (!class_exists('PostsController')) {

/**
* Class PostsController
*
* @package Cake.Test.Case.TestSuite
*/
/**
* Class PostsController
*
* @package Cake.Test.Case.TestSuite
*/
class PostsController extends AppController {

/**
Expand Down

0 comments on commit be2a252

Please sign in to comment.