From 53e4cd65205ac33d7dbc61a767f467c1b896dfc6 Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Wed, 21 Jan 2015 10:18:43 +0100 Subject: Removed @version doc comments --- framework/Collections/TQueue.php | 2 -- framework/Collections/TQueueIterator.php | 2 -- 2 files changed, 4 deletions(-) (limited to 'framework/Collections') diff --git a/framework/Collections/TQueue.php b/framework/Collections/TQueue.php index bde43bfa..5126e5d9 100644 --- a/framework/Collections/TQueue.php +++ b/framework/Collections/TQueue.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 */ @@ -30,7 +29,6 @@ namespace Prado\Collections; * * @author Qiang Xue * @author Knut Urdalen - * @version $Id$ * @package Prado\Collections * @since 3.1 */ 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 - * @version $Id$ * @package Prado\Collections * @since 3.1 */ -- cgit v1.2.3