Converted to PSR-2

This commit is contained in:
Damian Mooyman 2016-01-21 09:49:28 +13:00
parent 24caacbf3b
commit e46a37090c
8 changed files with 1156 additions and 1163 deletions

View File

@ -12,7 +12,6 @@
*/
class PostgreSQLConnector extends DBConnector
{
/**
* Connection to the PG Database database
*

View File

@ -8,7 +8,6 @@
*/
class PostgreSQLDatabase extends SS_Database
{
/**
* Database schema manager object
*

View File

@ -9,7 +9,6 @@
*/
class PostgreSQLDatabaseConfigurationHelper implements DatabaseConfigurationHelper
{
/**
* Create a connection of the appropriate type
*

View File

@ -8,7 +8,6 @@
*/
class PostgreSQLQuery extends SS_Query
{
/**
* The internal Postgres handle that points to the result set.
* @var resource

View File

@ -2,7 +2,6 @@
class PostgreSQLQueryBuilder extends DBQueryBuilder
{
/**
* Return the LIMIT clause ready for inserting into a query.
*

View File

@ -8,7 +8,6 @@
*/
class PostgreSQLSchemaManager extends DBSchemaManager
{
/**
* Identifier for this schema, used for configuring schema-specific table
* creation options

View File

@ -7,7 +7,6 @@
*/
class PostgreSQLConnectorTest extends SapphireTest
{
public function testSubstitutesPlaceholders()
{
$connector = new PostgreSQLConnector();