mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-03-30 21:52:59 +00:00
Fix coding standards.
This commit is contained in:
parent
0bbf61ce3d
commit
11227f5490
2 changed files with 3 additions and 2 deletions
lib/Cake/Test/Case
|
@ -396,7 +396,6 @@ class SchemaShellTest extends CakeTestCase {
|
|||
CakePlugin::unload();
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Test schema run create with no table args.
|
||||
*
|
||||
|
|
|
@ -76,7 +76,9 @@ class RequestHandlerTestController extends Controller {
|
|||
*
|
||||
* @package Cake.Test.Case.Controller.Component
|
||||
*/
|
||||
class CustomJsonView extends JsonView {}
|
||||
class CustomJsonView extends JsonView {
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* RequestHandlerComponentTest class
|
||||
|
|
Loading…
Add table
Reference in a new issue