Completed
Pull Request — dev (#22)
by
unknown
05:00
created
src/AppBundle/Form/User/RegistrationType.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
15 15
 /**
16 16
  * Class UserType
17 17
  * @package AppBundle\Form
18
-
19 18
  */
20 19
 class RegistrationType extends AbstractType
21 20
 {
Please login to merge, or discard this patch.
src/AppBundle/Form/User/EditType.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
15 15
 /**
16 16
  * Class UserType
17 17
  * @package AppBundle\Form
18
-
19 18
  */
20 19
 class EditType extends AbstractType
21 20
 {
Please login to merge, or discard this patch.
src/AppBundle/Form/User/ActivationType.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 /**
13 13
  * Class UserType
14 14
  * @package AppBundle\Form
15
-
16 15
  */
17 16
 class ActivationType extends AbstractType
18 17
 {
Please login to merge, or discard this patch.
tests/AppBundle/Controller/UserControllerTest.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -2,10 +2,7 @@
 block discarded – undo
2 2
 
3 3
 namespace Tests\AppBundle\Controller;
4 4
 
5
-use AppBundle\Form\User\EditType;
6 5
 use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
7
-use Symfony\Component\DependencyInjection\ContainerInterface;
8
-use Doctrine\ORM\EntityManager;
9 6
 use AppBundle\Entity\User;
10 7
 
11 8
 class UserControllerTest extends WebTestCase
Please login to merge, or discard this patch.