From fe93efeb847a756effd28c6bab97e8a0b21f8646 Mon Sep 17 00:00:00 2001
From: xue <>
Date: Mon, 10 Apr 2006 13:36:00 +0000
Subject: A doc error in TStack.

---
 framework/Collections/TStack.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/framework/Collections/TStack.php b/framework/Collections/TStack.php
index 72ca2dd0..79d17902 100644
--- a/framework/Collections/TStack.php
+++ b/framework/Collections/TStack.php
@@ -135,7 +135,7 @@ class TStack extends TComponent implements IteratorAggregate
 
 	/**
 	 * Pushes an item into the stack.
-	 * @return mixed the item to be pushed into the stack
+	 * @param mixed the item to be pushed into the stack
 	 */
 	public function push($item)
 	{
-- 
cgit v1.2.3