fix indentation problem

This commit is contained in:
woodspire 2012-12-05 08:39:27 -05:00
parent e5e3341a6d
commit 6fb953645f

View File

@ -36,7 +36,7 @@ class ColumnMap
*/ */
public function setType($type) public function setType($type)
{ {
$this->type = $type; $this->type = $type;
} }
/** /**
@ -46,7 +46,7 @@ class ColumnMap
*/ */
public function getType() public function getType()
{ {
return $this->type; return $this->type;
} }
/** /**
@ -56,6 +56,6 @@ class ColumnMap
*/ */
public function getPdoType() public function getPdoType()
{ {
return \PropelColumnTypes::getPdoType($this->type); return \PropelColumnTypes::getPdoType($this->type);
} }
} }