@@ -11,7 +11,7 @@ |
||
11 | 11 | /** |
12 | 12 | * Check if this parser is applicable |
13 | 13 | * |
14 | - * @return bool |
|
14 | + * @return integer |
|
15 | 15 | */ |
16 | 16 | public function canParse($value) |
17 | 17 | { |
@@ -147,7 +147,7 @@ discard block |
||
147 | 147 | * Returns a list of namespaces as array with a forward slash to split the namespace & bundle. |
148 | 148 | * |
149 | 149 | * @param Kernel $kernel |
150 | - * @return array |
|
150 | + * @return null|\Symfony\Component\Console\Question\iterable |
|
151 | 151 | */ |
152 | 152 | private function getNamespaceAutoComplete(Kernel $kernel) |
153 | 153 | { |
@@ -163,7 +163,7 @@ discard block |
||
163 | 163 | * Replaces '\' with '/'. |
164 | 164 | * |
165 | 165 | * @param $namespace |
166 | - * @return mixed |
|
166 | + * @return string |
|
167 | 167 | */ |
168 | 168 | private function fixNamespace($namespace) |
169 | 169 | { |
@@ -17,7 +17,7 @@ |
||
17 | 17 | /** |
18 | 18 | * Returns a list of functions to add to the existing list. |
19 | 19 | * |
20 | - * @return array An array of functions |
|
20 | + * @return \Twig_SimpleFunction[] An array of functions |
|
21 | 21 | */ |
22 | 22 | public function getFunctions() |
23 | 23 | { |
@@ -17,7 +17,7 @@ |
||
17 | 17 | /** |
18 | 18 | * Returns a list of functions to add to the existing list. |
19 | 19 | * |
20 | - * @return array An array of functions |
|
20 | + * @return \Twig_SimpleFunction[] An array of functions |
|
21 | 21 | */ |
22 | 22 | public function getFunctions() |
23 | 23 | { |
@@ -17,7 +17,7 @@ |
||
17 | 17 | /** |
18 | 18 | * Returns a list of functions to add to the existing list. |
19 | 19 | * |
20 | - * @return array An array of functions |
|
20 | + * @return \Twig_SimpleFunction[] An array of functions |
|
21 | 21 | */ |
22 | 22 | public function getFunctions() |
23 | 23 | { |
@@ -17,7 +17,7 @@ |
||
17 | 17 | /** |
18 | 18 | * Returns a list of functions to add to the existing list. |
19 | 19 | * |
20 | - * @return array An array of functions |
|
20 | + * @return \Twig_SimpleFunction[] An array of functions |
|
21 | 21 | */ |
22 | 22 | public function getFunctions() |
23 | 23 | { |
@@ -26,7 +26,7 @@ |
||
26 | 26 | } |
27 | 27 | |
28 | 28 | /** |
29 | - * @return array |
|
29 | + * @return \Twig_SimpleFunction[] |
|
30 | 30 | */ |
31 | 31 | public function getFunctions() |
32 | 32 | { |
@@ -17,7 +17,7 @@ |
||
17 | 17 | /** |
18 | 18 | * Returns a list of functions to add to the existing list. |
19 | 19 | * |
20 | - * @return array An array of functions |
|
20 | + * @return \Twig_SimpleFunction[] An array of functions |
|
21 | 21 | */ |
22 | 22 | public function getFunctions() |
23 | 23 | { |
@@ -4,13 +4,9 @@ |
||
4 | 4 | |
5 | 5 | use Twig_Extension; |
6 | 6 | use Twig_Environment; |
7 | - |
|
8 | 7 | use Doctrine\ORM\EntityManager; |
9 | - |
|
10 | 8 | use Kunstmaan\AdminBundle\Entity\AbstractEntity; |
11 | - |
|
12 | 9 | use Kunstmaan\NodeBundle\Entity\AbstractPage; |
13 | - |
|
14 | 10 | use Kunstmaan\SeoBundle\Entity\Seo; |
15 | 11 | |
16 | 12 | /** |
@@ -17,7 +17,7 @@ |
||
17 | 17 | /** |
18 | 18 | * Returns a list of functions to add to the existing list. |
19 | 19 | * |
20 | - * @return array An array of functions |
|
20 | + * @return \Twig_SimpleFunction[] An array of functions |
|
21 | 21 | */ |
22 | 22 | public function getFunctions() |
23 | 23 | { |