1
0
mirror of synced 2025-01-18 14:31:40 +03:00

moved ORM export

This commit is contained in:
romanb 2008-09-12 09:45:56 +00:00
parent 169aa63402
commit ae634eced1
3 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<?php
/*
* $Id$
* $Id: Reporter.php 3882 2008-02-22 18:11:35Z jwage $
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
@ -28,7 +28,7 @@
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @link www.phpdoctrine.org
* @since 1.0
* @version $Revision$
* @version $Revision: 3882 $
*/
class Doctrine_Export_Reporter implements IteratorAggregate {
protected $messages = array();