Completed
Pull Request — master (#90)
by Arnaud
07:18 queued 05:17
created
src/LAG/AdminBundle/Twig/AdminExtension.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@  discard block
 block discarded – undo
53 53
     }
54 54
 
55 55
     /**
56
-     * @return array
56
+     * @return Twig_SimpleFunction[]
57 57
      */
58 58
     public function getFunctions()
59 59
     {
@@ -67,7 +67,7 @@  discard block
 block discarded – undo
67 67
     }
68 68
 
69 69
     /**
70
-     * @return array
70
+     * @return Twig_SimpleFilter[]
71 71
      */
72 72
     public function getFilters()
73 73
     {
Please login to merge, or discard this patch.
src/LAG/AdminBundle/View/View.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -64,8 +64,8 @@
 block discarded – undo
64 64
     /**
65 65
      * View constructor.
66 66
      *
67
-     * @param                     $actionName
68
-     * @param                     $adminName
67
+     * @param                     string $actionName
68
+     * @param                     string $adminName
69 69
      * @param ActionConfiguration $configuration
70 70
      * @param AdminConfiguration  $adminConfiguration
71 71
      * @param FieldInterface[]    $fields
Please login to merge, or discard this patch.