Completed
Pull Request — master (#5)
by Valentyn
02:55
created
src/Controller/UserController.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -9,10 +9,8 @@
 block discarded – undo
9 9
 use Symfony\Component\HttpFoundation\Request;
10 10
 use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
11 11
 use Nelmio\ApiDocBundle\Annotation\Model;
12
-use Nelmio\ApiDocBundle\Annotation\Security;
13 12
 use Swagger\Annotations as SWG;
14 13
 use Symfony\Component\Routing\Annotation\Route;
15
-use App\Form\RegistrationForm;
16 14
 use Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface;
17 15
 use Symfony\Component\Validator\Validator\ValidatorInterface;
18 16
 use FOS\RestBundle\View\ViewHandler;
Please login to merge, or discard this patch.
src/Entity/User.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
 use Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntity;
10 10
 use Symfony\Component\Security\Core\User\UserInterface;
11 11
 use JMS\Serializer\Annotation\Exclude;
12
-use JMS\Serializer\Annotation\Expose;
13 12
 
14 13
 /**
15 14
  * @ORM\Entity(repositoryClass="App\Repository\UserRepository")
Please login to merge, or discard this patch.