From 7449858763cf56650a1d653d1b5e83aff222e36a Mon Sep 17 00:00:00 2001 From: Kevin Papst Date: Tue, 2 Jan 2018 08:24:29 +0100 Subject: [PATCH] phpdoc --- src/TimesheetBundle/Model/TimesheetGlobalStatistic.php | 2 +- src/TimesheetBundle/Model/TimesheetStatistic.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/TimesheetBundle/Model/TimesheetGlobalStatistic.php b/src/TimesheetBundle/Model/TimesheetGlobalStatistic.php index 9dda0c0e..60a76230 100644 --- a/src/TimesheetBundle/Model/TimesheetGlobalStatistic.php +++ b/src/TimesheetBundle/Model/TimesheetGlobalStatistic.php @@ -12,7 +12,7 @@ namespace TimesheetBundle\Model; /** - * Timesheet statistics + * Timesheet statistics for all user. * * @author Kevin Papst */ diff --git a/src/TimesheetBundle/Model/TimesheetStatistic.php b/src/TimesheetBundle/Model/TimesheetStatistic.php index 0aa56c82..690666ec 100644 --- a/src/TimesheetBundle/Model/TimesheetStatistic.php +++ b/src/TimesheetBundle/Model/TimesheetStatistic.php @@ -14,7 +14,7 @@ namespace TimesheetBundle\Model; use \DateTime; /** - * Timesheet statistics + * Timesheet statistics for one user. * * @author Kevin Papst */