code cleanup

This commit is contained in:
Kevin Papst
2018-01-05 10:13:46 +01:00
parent c77ad67da9
commit cd4e65a17b
2 changed files with 2 additions and 3 deletions

View File

@@ -11,7 +11,6 @@
namespace AppBundle; namespace AppBundle;
use AppBundle\DependencyInjection\AppBundleExtension;
use AppBundle\DependencyInjection\CompilerPass; use AppBundle\DependencyInjection\CompilerPass;
use Symfony\Component\DependencyInjection\Compiler\PassConfig; use Symfony\Component\DependencyInjection\Compiler\PassConfig;
use Symfony\Component\DependencyInjection\ContainerBuilder; use Symfony\Component\DependencyInjection\ContainerBuilder;

View File

@@ -171,8 +171,8 @@ class TimesheetController extends AbstractController
/** /**
* @param Timesheet $entry * @param Timesheet $entry
* @param string $page * @param int $page
* @return \Symfony\Component\Form\Form * @return \Symfony\Component\Form\FormInterface
*/ */
private function createEditForm(Timesheet $entry, $page) private function createEditForm(Timesheet $entry, $page)
{ {