. */ #namespace Doctrine::DBAL::Tools; /** * Doctrine_Formatter * * @package Doctrine * @subpackage Formatter * @license http://www.opensource.org/licenses/lgpl-license.php LGPL * @link www.phpdoctrine.org * @since 1.0 * @version $Revision$ * @author Konsta Vesterinen * @todo Remove */ class Doctrine_Formatter extends Doctrine_Connection_Module { }