Completed
Pull Request — master (#137)
by
unknown
12:08
created
src/AppBundle/Services/CustomerLogin.php 2 patches
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,6 @@
 block discarded – undo
32 32
 
33 33
     /**
34 34
      * @param ManagerRegistry      $registry
35
-     * @param FacebookUserProvider $facebookUserProvider
36 35
      */
37 36
     public function __construct(
38 37
         ManagerRegistry $registry,
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Doctrine\Common\Persistence\ManagerRegistry;
6 6
 use AppBundle\Entity\Customer;
7
-use Gedmo\ReferenceIntegrity\Mapping\Validator;
8 7
 use JMS\Serializer\Serializer;
9 8
 use Symfony\Component\Validator\Validator\RecursiveValidator;
10 9
 
Please login to merge, or discard this patch.