Completed
Push — master ( 733d1e...0ffb73 )
by Jeroen
07:22 queued 14s
created
src/Kunstmaan/DashboardBundle/Controller/DashboardController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
      *
18 18
      * @param \Symfony\Component\HttpFoundation\Request $request
19 19
      *
20
-     * @return array
20
+     * @return \Symfony\Component\HttpFoundation\Response
21 21
      */
22 22
     public function indexAction(Request $request)
23 23
     {
Please login to merge, or discard this patch.
src/Kunstmaan/NodeBundle/Tests/unit/Router/SlugRouterTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -95,6 +95,9 @@
 block discarded – undo
95 95
         return $domainConfiguration;
96 96
     }
97 97
 
98
+    /**
99
+     * @param NodeTranslation $nodeTranslation
100
+     */
98 101
     private function getEntityManager($nodeTranslation = null)
99 102
     {
100 103
         $em = $this->createMock('Doctrine\ORM\EntityManagerInterface');
Please login to merge, or discard this patch.
src/Kunstmaan/AdminBundle/Form/MediaTokenTransformer.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@  discard block
 block discarded – undo
11 11
 class MediaTokenTransformer implements DataTransformerInterface
12 12
 {
13 13
     /**
14
-     * @param mixed $content
14
+     * @param string $content
15 15
      *
16 16
      * @return string
17 17
      */
@@ -44,7 +44,7 @@  discard block
 block discarded – undo
44 44
     }
45 45
 
46 46
     /**
47
-     * @param mixed $content
47
+     * @param string $content
48 48
      *
49 49
      * @return string
50 50
      */
Please login to merge, or discard this patch.
src/Kunstmaan/TaggingBundle/Controller/TagAdminListController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
      * @Route("/add", name="kunstmaantaggingbundle_admin_tag_add", methods={"GET", "POST"})
42 42
      * @Template("@KunstmaanAdminList/Default/add.html.twig")
43 43
      *
44
-     * @return array
44
+     * @return \Symfony\Component\HttpFoundation\Response
45 45
      */
46 46
     public function addAction(Request $request)
47 47
     {
Please login to merge, or discard this patch.
src/Kunstmaan/FormBundle/Helper/FormMailer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
     /**
28 28
      * @param Swift_Mailer                    $mailer
29 29
      * @param EngineInterface                 $twig
30
-     * @param ContainerInterface|RequestStack $requestStack
30
+     * @param \PHPUnit\Framework\MockObject\MockObject $requestStack
31 31
      */
32 32
     public function __construct(Swift_Mailer $mailer, /*Environment*/ $twig, /*RequestStack*/ $requestStack)
33 33
     {
Please login to merge, or discard this patch.
src/Kunstmaan/NodeBundle/Form/EventListener/URLChooserFormSubscriber.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
 use Symfony\Component\Form\FormEvent;
11 11
 use Symfony\Component\Form\FormEvents;
12 12
 use Symfony\Component\Validator\Constraints\Email;
13
-use Symfony\Component\Validator\Constraints\Url;
14 13
 
15 14
 class URLChooserFormSubscriber implements EventSubscriberInterface
16 15
 {
Please login to merge, or discard this patch.
Kunstmaan/NodeBundle/Form/EventListener/URLChooserLinkTypeSubscriber.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\Component\Form\FormEvent;
10 10
 use Symfony\Component\Form\FormEvents;
11 11
 use Symfony\Component\Validator\Constraints\Email;
12
-use Symfony\Component\Validator\Constraints\Url;
13 12
 
14 13
 /**
15 14
  * Class URLChooserLinkTypeSubscriber
Please login to merge, or discard this patch.
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.