Completed
Pull Request — master (#90)
by Arnaud
16:16
created
src/LAG/AdminBundle/Action/Configuration/ActionConfiguration.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
      * ActionConfiguration constructor.
37 37
      *
38 38
      * @param string              $actionName
39
-     * @param AdminInterface|null $admin
39
+     * @param AdminInterface $admin
40 40
      */
41 41
     public function __construct($actionName, AdminInterface $admin)
42 42
     {
Please login to merge, or discard this patch.
src/LAG/AdminBundle/Field/Field/ActionCollection.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
      *
29 29
      * @param mixed $value Value to render
30 30
      *
31
-     * @return mixed
31
+     * @return string
32 32
      */
33 33
     public function render($value)
34 34
     {
Please login to merge, or discard this patch.