Completed
Push — 6.0 ( 92cb73...aa2689 )
by Ruud
51:41 queued 26:19
created
src/Kunstmaan/FormBundle/AdminList/FormSubmissionAdminListConfigurator.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -74,7 +74,7 @@  discard block
 block discarded – undo
74 74
     /**
75 75
      * Return the url to edit the given $item
76 76
      *
77
-     * @param mixed $item
77
+     * @param \Kunstmaan\FormBundle\Tests\Entity\FakePage $item
78 78
      *
79 79
      * @return array
80 80
      */
@@ -124,7 +124,7 @@  discard block
 block discarded – undo
124 124
     /**
125 125
      * Configure if it's possible to delete the given $item
126 126
      *
127
-     * @param mixed $item
127
+     * @param \Kunstmaan\FormBundle\Tests\Entity\FakePage $item
128 128
      *
129 129
      * @return bool
130 130
      */
@@ -147,7 +147,7 @@  discard block
 block discarded – undo
147 147
     /**
148 148
      * Get the delete url for the given $item
149 149
      *
150
-     * @param mixed $item
150
+     * @param \Kunstmaan\FormBundle\Tests\Entity\FakePage $item
151 151
      *
152 152
      * @return array
153 153
      */
Please login to merge, or discard this patch.
src/Kunstmaan/NodeBundle/Helper/NodeHelper.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -477,7 +477,7 @@  discard block
 block discarded – undo
477 477
     }
478 478
     
479 479
     /**
480
-     * @return mixed|null
480
+     * @return User|null
481 481
      */
482 482
     protected function getUser()
483 483
     {
@@ -493,7 +493,7 @@  discard block
 block discarded – undo
493 493
     }
494 494
 
495 495
     /**
496
-     * @return mixed
496
+     * @return User
497 497
      */
498 498
     protected function getAdminUser()
499 499
     {
Please login to merge, or discard this patch.