Skip to content

Commit

Permalink
cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
Rasmus Schultz committed May 30, 2016
1 parent 4b5d3ab commit fa8db56
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/framework/pdo/PDOProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
*/
class PDOProvider
{
const PROTOCOL_POSTGRES = "pgsql";
const PROTOCOL_MYSQL = "mysql";

/**
* @var string
*/
Expand Down Expand Up @@ -57,10 +60,7 @@ class PDOProvider
* @var PDO|null
*/
private $pdo;

const PROTOCOL_POSTGRES = "pgsql";
const PROTOCOL_MYSQL = "mysql";


/**
* @param string $protocol database protocol name (one of the PROTOCOL_* class constants)
* @param string $dbname name of the database to connect to
Expand Down

0 comments on commit fa8db56

Please sign in to comment.