code cleanup
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
@@ -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)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user