formatting fix
This commit is contained in:
parent
cfbcc8d4ee
commit
7249b971f0
@ -199,7 +199,7 @@ class Doctrine_DataDict_Firebird extends Doctrine_DataDict
|
||||
*/
|
||||
public function getCharsetFieldDeclaration($charset)
|
||||
{
|
||||
return 'CHARACTER SET '.$charset;
|
||||
return 'CHARACTER SET ' . $charset;
|
||||
}
|
||||
/**
|
||||
* Obtain DBMS specific SQL code portion needed to set the COLLATION
|
||||
@ -211,6 +211,6 @@ class Doctrine_DataDict_Firebird extends Doctrine_DataDict
|
||||
*/
|
||||
public function getCollationFieldDeclaration($collation)
|
||||
{
|
||||
return 'COLLATE '.$collation;
|
||||
return 'COLLATE ' . $collation;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user