diff options
Diffstat (limited to 'framework/Collections/TQueueIterator.php')
-rw-r--r-- | framework/Collections/TQueueIterator.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/framework/Collections/TQueueIterator.php b/framework/Collections/TQueueIterator.php index 395c1050..40919686 100644 --- a/framework/Collections/TQueueIterator.php +++ b/framework/Collections/TQueueIterator.php @@ -6,7 +6,6 @@ * @link http://www.pradosoft.com/ * @copyright Copyright © 2005-2014 PradoSoft * @license http://www.pradosoft.com/license/ - * @version $Id$ * @package Prado\Collections */ @@ -21,7 +20,6 @@ namespace Prado\Collections; * for traversing the items in the queue. * * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id$ * @package Prado\Collections * @since 3.1 */ |