mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-03 21:34:59 +00:00
minors changes
This commit is contained in:
@@ -30,8 +30,6 @@ use Chill\MainBundle\Entity\Scope;
|
||||
use Chill\MainBundle\Form\Type\ChillDateTimeType;
|
||||
use Chill\MainBundle\Form\Type\UserPickerType;
|
||||
use Chill\MainBundle\Security\Authorization\AuthorizationHelper;
|
||||
use Doctrine\Common\Persistence\ObjectManager;
|
||||
use Doctrine\ORM\EntityRepository;
|
||||
use Symfony\Bridge\Doctrine\Form\Type\EntityType;
|
||||
use Symfony\Component\Form\AbstractType;
|
||||
use Symfony\Component\Form\FormBuilderInterface;
|
||||
@@ -42,7 +40,7 @@ use Symfony\Component\Security\Core\Role\Role;
|
||||
class EventType extends AbstractType
|
||||
{
|
||||
|
||||
/** @var the user running this form */
|
||||
/** @var User */
|
||||
protected $user;
|
||||
|
||||
/** @var AuthorizationHelper */
|
||||
|
Reference in New Issue
Block a user