Skip to content

Commit

Permalink
Resolving a couple coding standard errors
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Aug 27, 2013
1 parent 2026a31 commit 74e4d29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/Cake/Database/Connection.php
Expand Up @@ -140,8 +140,8 @@ public function configName() {
*
* @param string|Driver $driver
* @param array|null $config Either config for a new driver or null.
* @throws Cake\Database\MissingDriverException When a driver class is missing.
* @throws Cake\Database\MissingExtensionException When a driver's PHP extension is missing.
* @throws Cake\Database\Exception\MissingDriverException When a driver class is missing.
* @throws Cake\Database\Exception\MissingExtensionException When a driver's PHP extension is missing.
* @return Driver
*/
public function driver($driver = null, $config = null) {
Expand Down
2 changes: 1 addition & 1 deletion lib/Cake/Test/TestCase/Database/QueryTest.php
Expand Up @@ -17,8 +17,8 @@
namespace Cake\Test\TestCase\Database;

use Cake\Core\Configure;
use Cake\Database\Query;
use Cake\Database\ConnectionManager;
use Cake\Database\Query;
use Cake\TestSuite\TestCase;

/**
Expand Down

0 comments on commit 74e4d29

Please sign in to comment.