Skip to content

Commit

Permalink
Fix coding standards errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Sep 6, 2013
1 parent 7475857 commit c6159de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Cake/Controller/Scaffold.php
Expand Up @@ -22,8 +22,8 @@
namespace Cake\Controller;

use Cake\Core\Configure;
use Cake\Error;
use Cake\Database\ConnectionManager;
use Cake\Error;
use Cake\Network\Request;
use Cake\Utility\Inflector;

Expand Down
2 changes: 1 addition & 1 deletion lib/Cake/Model/Behavior/TranslateBehavior.php
Expand Up @@ -16,9 +16,9 @@
namespace Cake\Model\Behavior;

use Cake\Core\Configure;
use Cake\Database\ConnectionManager;
use Cake\Error;
use Cake\I18n\I18n;
use Cake\Database\ConnectionManager;
use Cake\Model\Model;
use Cake\Model\ModelBehavior;
use Cake\Utility\ClassRegistry;
Expand Down

0 comments on commit c6159de

Please sign in to comment.