Completed
Push — master ( 00dd5b...cc60cc )
by WEBEWEB
09:12
created
Twig/Extension/UI/ModalTwigExtension.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
     /**
51 51
      * Get the Twig functions.
52 52
      *
53
-     * @return array Returns the Twig functions.
53
+     * @return Twig_SimpleFunction[] Returns the Twig functions.
54 54
      */
55 55
     public function getFunctions() {
56 56
         return [
Please login to merge, or discard this patch.
Twig/Extension/UI/ProgressBarTwigExtension.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
     /**
52 52
      * Get the Twig functions.
53 53
      *
54
-     * @return array Returns the Twig functions.
54
+     * @return Twig_SimpleFunction[] Returns the Twig functions.
55 55
      */
56 56
     public function getFunctions() {
57 57
         return [
Please login to merge, or discard this patch.
Twig/Extension/Widget/CardTwigExtension.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
     /**
51 51
      * Get the Twig functions.
52 52
      *
53
-     * @return array Returns the Twig functions.
53
+     * @return Twig_SimpleFunction[] Returns the Twig functions.
54 54
      */
55 55
     public function getFunctions() {
56 56
         return [
Please login to merge, or discard this patch.