Completed
Push — master ( dc7b17...7cf60e )
by Jeroen
43s queued 10s
created
src/Kunstmaan/NodeBundle/Repository/NodeTranslationRepository.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -127,6 +127,7 @@
 block discarded – undo
127 127
      * QueryBuilder to fetch immediate child NodeTranslations for a specific
128 128
      * node and (optional) language that are currently published
129 129
      *
130
+     * @param string $lang
130 131
      * @return \Doctrine\ORM\QueryBuilder
131 132
      */
132 133
     public function getOnlineChildrenQueryBuilder(Node $parent, $lang = null)
Please login to merge, or discard this patch.
src/Kunstmaan/NodeBundle/Twig/NodeTwigExtension.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
     /**
17 17
      * Returns a list of functions to add to the existing list.
18 18
      *
19
-     * @return array An array of functions
19
+     * @return TwigFunction[] An array of functions
20 20
      */
21 21
     public function getFunctions()
22 22
     {
Please login to merge, or discard this patch.