summaryrefslogtreecommitdiff
path: root/framework/TComponent.php
diff options
context:
space:
mode:
authorxue <>2006-05-12 12:38:32 +0000
committerxue <>2006-05-12 12:38:32 +0000
commite2149e3d8b87b382563a9def6f376a5f289754d3 (patch)
treefd24e9c28d023a483cc632683e6e998d2e11bfce /framework/TComponent.php
parentd84327e69e858d369ea0c78f6106cfaa54994032 (diff)
Merge from 3.0 branch till 1054.
Diffstat (limited to 'framework/TComponent.php')
-rw-r--r--framework/TComponent.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/TComponent.php b/framework/TComponent.php
index 64854692..5501f137 100644
--- a/framework/TComponent.php
+++ b/framework/TComponent.php
@@ -397,7 +397,7 @@ class TComponent
* Evaluates a list of PHP statements.
* @param string PHP statements
* @return string content echoed or printed by the PHP statements
- * @throw TInvalidOperationException if the statements are invalid
+ * @throws TInvalidOperationException if the statements are invalid
*/
public function evaluateStatements($statements)
{