fix indentation problem

This commit is contained in:
woodspire 2012-12-05 08:35:28 -05:00
parent 6f8cd9daf0
commit 36d6c40bb1

View File

@ -372,6 +372,6 @@ class ModelChoiceList extends ObjectChoiceList
*/
private function isInteger($col)
{
return $col->getPdoType() === \PDO::PARAM_INT;
return $col->getPdoType() === PDO::PARAM_INT;
}
}