#19756885 Modify some comments

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8370 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
taggon 2011-05-16 05:35:56 +00:00
parent d0a270a559
commit 877c2c61af

View file

@ -34,8 +34,8 @@ class Validator
}
/**
* Returns the last error message
* @return string error message
* Returns the last error infomation including a field name and an error message.
* @return array The last error infomation
*/
function getLastError(){
}