Completed
Push — master ( d7c38e...a3f1ec )
by Jeroen
26s queued 10s
created
src/Kunstmaan/AdminBundle/Event/DeepCloneAndSaveEvent.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@  discard block
 block discarded – undo
30 30
     }
31 31
 
32 32
     /**
33
-     * @param mixed $clonedEntity
33
+     * @param \stdClass $clonedEntity
34 34
      *
35 35
      * @return DeepCloneAndSaveEvent
36 36
      */
@@ -50,7 +50,7 @@  discard block
 block discarded – undo
50 50
     }
51 51
 
52 52
     /**
53
-     * @param mixed $entity
53
+     * @param \stdClass $entity
54 54
      *
55 55
      * @return DeepCloneAndSaveEvent
56 56
      */
Please login to merge, or discard this patch.
src/Kunstmaan/NodeBundle/Event/SlugSecurityEvent.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@  discard block
 block discarded – undo
26 26
     }
27 27
 
28 28
     /**
29
-     * @param mixed $node
29
+     * @param \Kunstmaan\NodeBundle\Entity\Node $node
30 30
      */
31 31
     public function setNode($node)
32 32
     {
@@ -44,7 +44,7 @@  discard block
 block discarded – undo
44 44
     }
45 45
 
46 46
     /**
47
-     * @param mixed $nodeTranslation
47
+     * @param \Kunstmaan\NodeBundle\Entity\NodeTranslation $nodeTranslation
48 48
      */
49 49
     public function setNodeTranslation($nodeTranslation)
50 50
     {
@@ -80,7 +80,7 @@  discard block
 block discarded – undo
80 80
     }
81 81
 
82 82
     /**
83
-     * @param mixed $request
83
+     * @param \Symfony\Component\HttpFoundation\Request $request
84 84
      */
85 85
     public function setRequest($request)
86 86
     {
Please login to merge, or discard this patch.