diff options
author | xue <> | 2006-04-10 13:36:00 +0000 |
---|---|---|
committer | xue <> | 2006-04-10 13:36:00 +0000 |
commit | fe93efeb847a756effd28c6bab97e8a0b21f8646 (patch) | |
tree | 0e3eed7c1e41ca2d409f8103e5cd1a2d1972d2d0 /framework | |
parent | 2eb64b9850a83989dea0efa2e0a2fc043f0b6995 (diff) |
A doc error in TStack.
Diffstat (limited to 'framework')
-rw-r--r-- | framework/Collections/TStack.php | 2 |
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)
{
|