summaryrefslogtreecommitdiff
path: root/framework/Collections
diff options
context:
space:
mode:
authorxue <>2006-04-10 13:51:06 +0000
committerxue <>2006-04-10 13:51:06 +0000
commit00d32ec019a329a84190b7938cbf48f9e9494874 (patch)
tree57fc4ded1cfabf0e055a6f5822afd1572e8bedaa /framework/Collections
parent8afe7ea28e77a45b6fb0d4f0d0e4a86f3918353a (diff)
Merge from 3.0 branch till 885.
Diffstat (limited to 'framework/Collections')
-rw-r--r--framework/Collections/TStack.php2
1 files changed, 1 insertions, 1 deletions
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)
{