Commit 7249b971 authored by zYne's avatar zYne

formatting fix

parent cfbcc8d4
......@@ -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;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment