mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fix coding standards.
This commit is contained in:
parent
4b7c128f04
commit
be2a252345
2 changed files with 8 additions and 8 deletions
|
@ -40,9 +40,9 @@ $imported = class_exists('BakeArticle') || class_exists('BakeComment') || class_
|
|||
if (!$imported) {
|
||||
define('ARTICLE_MODEL_CREATED', true);
|
||||
|
||||
/**
|
||||
* Class BakeArticle
|
||||
*/
|
||||
/**
|
||||
* Class BakeArticle
|
||||
*/
|
||||
class BakeArticle extends Model {
|
||||
|
||||
public $name = 'BakeArticle';
|
||||
|
|
|
@ -69,11 +69,11 @@ if (!class_exists('AppController', false)) {
|
|||
*/
|
||||
if (!class_exists('PostsController')) {
|
||||
|
||||
/**
|
||||
* Class PostsController
|
||||
*
|
||||
* @package Cake.Test.Case.TestSuite
|
||||
*/
|
||||
/**
|
||||
* Class PostsController
|
||||
*
|
||||
* @package Cake.Test.Case.TestSuite
|
||||
*/
|
||||
class PostsController extends AppController {
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue