code cleanup
This commit is contained in:
@@ -11,7 +11,6 @@
|
||||
|
||||
namespace AppBundle;
|
||||
|
||||
use AppBundle\DependencyInjection\AppBundleExtension;
|
||||
use AppBundle\DependencyInjection\CompilerPass;
|
||||
use Symfony\Component\DependencyInjection\Compiler\PassConfig;
|
||||
use Symfony\Component\DependencyInjection\ContainerBuilder;
|
||||
|
||||
@@ -171,8 +171,8 @@ class TimesheetController extends AbstractController
|
||||
|
||||
/**
|
||||
* @param Timesheet $entry
|
||||
* @param string $page
|
||||
* @return \Symfony\Component\Form\Form
|
||||
* @param int $page
|
||||
* @return \Symfony\Component\Form\FormInterface
|
||||
*/
|
||||
private function createEditForm(Timesheet $entry, $page)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user