Navigation Menu

Skip to content

Commit

Permalink
Fix strict and import related errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Oct 16, 2012
1 parent 538c998 commit d36b2b3
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions lib/Cake/Model/Datasource/Database/Postgres.php
@@ -1,9 +1,5 @@
<?php
/**
* PostgreSQL layer for DBO.
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright 2005-2012, Cake Software Foundation, Inc. (http://cakefoundation.org)
*
Expand All @@ -12,13 +8,15 @@
*
* @copyright Copyright 2005-2012, Cake Software Foundation, Inc. (http://cakefoundation.org)
* @link http://cakephp.org CakePHP(tm) Project
* @package Cake.Model.Datasource.Database
* @since CakePHP(tm) v 0.9.1.114
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/
namespace Cake\Model\Datasource\Database;

use Cake\Error;
use Cake\Model\Datasource\DboSource;
use Cake\Model\Model;
use Cake\Model\Schema;
use \PDO;

/**
Expand Down

0 comments on commit d36b2b3

Please sign in to comment.