diff --git a/Doctrine/DataDict.php b/Doctrine/DataDict.php index 14ca006b7..cf4af576d 100644 --- a/Doctrine/DataDict.php +++ b/Doctrine/DataDict.php @@ -1,4 +1,31 @@ . + */ + +/** + * Doctrine_DataDict + * + * @package Doctrine ORM + * @url www.phpdoctrine.com + * @license LGPL + */ class Doctrine_DataDict { private $dbh; @@ -111,7 +138,7 @@ class Doctrine_DataDict { elseif($length < 10) return "I4"; else - return "I8"; + return "I8"; break; default: throw new Doctrine_Exception("Unknown column type $type");