Completed
Push — master ( a70f54...f4246f )
by
03:05
created
Controller/SyliusUserController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@
 block discarded – undo
10 10
 class SyliusUserController extends UserController
11 11
 {
12 12
     /**
13
-     * @param $response
13
+     * @param \Symfony\Component\HttpFoundation\Response|null $response
14 14
      *
15 15
      * @return RedirectResponse
16 16
      */
Please login to merge, or discard this patch.
DependencyInjection/DoSUserExtension.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace DoS\UserBundle\DependencyInjection;
4 4
 
5 5
 use DoS\ResourceBundle\DependencyInjection\AbstractResourceExtension;
6
-use Symfony\Component\Config\Definition\ConfigurationInterface;
7 6
 use Symfony\Component\DependencyInjection\ContainerBuilder;
8 7
 use Symfony\Component\DependencyInjection\Extension\PrependExtensionInterface;
9 8
 
Please login to merge, or discard this patch.