diff options
author | ctrlaltca@gmail.com <> | 2011-05-25 08:08:06 +0000 |
---|---|---|
committer | ctrlaltca@gmail.com <> | 2011-05-25 08:08:06 +0000 |
commit | b282fa042e344a3739d5b48ac393e50c082227e4 (patch) | |
tree | 4a62b0978119499426867e68eea94b30cc61413c /framework/Collections/TPriorityList.php | |
parent | 58544be11ffc793eb39d613ce7878a7feba1ee02 (diff) |
fixed last blocking error related to the build script. it completes successfully now
Diffstat (limited to 'framework/Collections/TPriorityList.php')
-rw-r--r-- | framework/Collections/TPriorityList.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Collections/TPriorityList.php b/framework/Collections/TPriorityList.php index c1c635b5..632314b3 100644 --- a/framework/Collections/TPriorityList.php +++ b/framework/Collections/TPriorityList.php @@ -214,7 +214,7 @@ class TPriorityList extends TList * {@link offsetGet} calls this method.
* @param integer the index of the item to get
* @return mixed the element at the offset
- * @error TInvalidDataValueException Issued when the index is invalid
+ * @throws TInvalidDataValueException Issued when the index is invalid
*/
public function itemAt($index)
{
|