Skip to content

Commit

Permalink
Fix coding standards.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Nov 21, 2013
1 parent e5bd7a9 commit 9d5b832
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
3 changes: 1 addition & 2 deletions Cake/Controller/Component/PaginatorComponent.php
@@ -1,7 +1,5 @@
<?php
/**
* Paginator Component
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
Expand All @@ -28,6 +26,7 @@
* ### Configuring pagination
*
* You configure pagination when calling paginate(). See that method for more details.
*
* @link http://book.cakephp.org/2.0/en/core-libraries/components/pagination.html
*/
class PaginatorComponent extends Component {
Expand Down
2 changes: 1 addition & 1 deletion Cake/Controller/Controller.php
Expand Up @@ -22,9 +22,9 @@
use Cake\Event\Event;
use Cake\Event\EventListener;
use Cake\Event\EventManager;
use Cake\ORM\TableRegistry;
use Cake\Network\Request;
use Cake\Network\Response;
use Cake\ORM\TableRegistry;
use Cake\Routing\RequestActionTrait;
use Cake\Routing\Router;
use Cake\Utility\ClassRegistry;
Expand Down
@@ -1,9 +1,5 @@
<?php
/**
* PaginatorComponentTest file
*
* Series of tests for paginator component.
*
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
Expand All @@ -19,8 +15,8 @@
namespace Cake\Test\TestCase\Controller\Component;

use Cake\Controller\Component\PaginatorComponent;
use Cake\Controller\Controller;
use Cake\Controller\ComponentRegistry;
use Cake\Controller\Controller;
use Cake\Core\Configure;
use Cake\Database\ConnectionManager;
use Cake\Error;
Expand Down

0 comments on commit 9d5b832

Please sign in to comment.