summaryrefslogtreecommitdiff
path: root/framework/Collections
diff options
context:
space:
mode:
authorFabio Bas <ctrlaltca@gmail.com>2015-01-21 10:18:43 +0100
committerFabio Bas <ctrlaltca@gmail.com>2015-01-21 10:18:43 +0100
commit53e4cd65205ac33d7dbc61a767f467c1b896dfc6 (patch)
tree836c37fadf024e7c64926aae5e24d539f3979c49 /framework/Collections
parentea2868ad7d79d440d40fbcb5773c9dcec3babbcc (diff)
Removed @version doc comments
Diffstat (limited to 'framework/Collections')
-rw-r--r--framework/Collections/TQueue.php2
-rw-r--r--framework/Collections/TQueueIterator.php2
2 files changed, 0 insertions, 4 deletions
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 &copy; 2005-2014 PradoSoft
* @license http://www.pradosoft.com/license/
- * @version $Id$
* @package Prado\Collections
*/
@@ -30,7 +29,6 @@ namespace Prado\Collections;
*
* @author Qiang Xue <qiang.xue@gmail.com>
* @author Knut Urdalen <knut.urdalen@gmail.com>
- * @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 &copy; 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
*/