@@ -127,6 +127,7 @@ |
||
| 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) |
@@ -16,7 +16,7 @@ |
||
| 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 | { |