added/reworded some comments

This commit is contained in:
Matthew Cillo
2015-12-11 21:33:27 -05:00
parent c72e13a976
commit b2b75a4a6e
2 changed files with 15 additions and 4 deletions

View File

@@ -168,6 +168,12 @@ class Analytic extends Base
)));
}
/**
* Show comparison between actual and estimated hours chart
*
* @access public
*/
public function compareHours()
{
$project = $this->getProject();