Use more specific method comment

This commit is contained in:
Madhura Jayaratne 2013-05-27 18:09:11 +05:30
parent 28eeb7e3a7
commit c42da7cf17

View File

@ -43,10 +43,9 @@ class Node_Column extends Node
}
/**
* Returns the comment associated with node
* This method should be overridden by specific type of nodes
* Returns column comment.
*
* @return string
* @return string column comment
*/
public function getComment()
{