code-cleanup: removed unused classes, added role constants, phpcs fixes (#96)

This commit is contained in:
Kevin Papst
2018-01-16 23:56:55 +01:00
committed by GitHub
parent 0a65965187
commit 7df21f3f5a
13 changed files with 35 additions and 118 deletions

View File

@@ -202,5 +202,4 @@ trait TimesheetControllerTrait
* @return \Symfony\Component\Form\FormInterface
*/
abstract protected function getEditForm(Timesheet $entry, $page);
}