Completed
Push — master ( 13edef...d5b56b )
by Jeroen
85:52 queued 71:18
created
src/Kunstmaan/AdminBundle/EventListener/AdminLocaleListener.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@  discard block
 block discarded – undo
60 60
     /**
61 61
      * onKernelRequest
62 62
      *
63
-     * @param GetResponseEvent|ResponseEvent $event
63
+     * @param \PHPUnit\Framework\MockObject\MockObject $event
64 64
      */
65 65
     public function onKernelRequest($event)
66 66
     {
@@ -84,7 +84,7 @@  discard block
 block discarded – undo
84 84
 
85 85
     /**
86 86
      * @param TokenInterface $token
87
-     * @param                $providerKey
87
+     * @param                string $providerKey
88 88
      *
89 89
      * @return bool
90 90
      */
Please login to merge, or discard this patch.
src/Kunstmaan/AdminBundle/EventListener/PasswordCheckListener.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
67 67
     }
68 68
 
69 69
     /**
70
-     * @param GetResponseEvent|ResponseEvent $event
70
+     * @param \PHPUnit\Framework\MockObject\MockObject $event
71 71
      **/
72 72
     public function onKernelRequest($event)
73 73
     {
Please login to merge, or discard this patch.