This commit is contained in:
Kevin Papst
2018-01-02 08:24:29 +01:00
parent 5565842c28
commit 7449858763
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@
namespace TimesheetBundle\Model; namespace TimesheetBundle\Model;
/** /**
* Timesheet statistics * Timesheet statistics for all user.
* *
* @author Kevin Papst <kevin@kevinpapst.de> * @author Kevin Papst <kevin@kevinpapst.de>
*/ */

View File

@@ -14,7 +14,7 @@ namespace TimesheetBundle\Model;
use \DateTime; use \DateTime;
/** /**
* Timesheet statistics * Timesheet statistics for one user.
* *
* @author Kevin Papst <kevin@kevinpapst.de> * @author Kevin Papst <kevin@kevinpapst.de>
*/ */