@@ -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 | { |
@@ -28,7 +28,7 @@ |
||
28 | 28 | /** |
29 | 29 | * Get Twig functions defined in this extension. |
30 | 30 | * |
31 | - * @return array |
|
31 | + * @return TwigFunction[] |
|
32 | 32 | */ |
33 | 33 | public function getFunctions() |
34 | 34 | { |
@@ -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 | { |
@@ -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 | { |
@@ -30,7 +30,7 @@ |
||
30 | 30 | } |
31 | 31 | |
32 | 32 | /** |
33 | - * @return array |
|
33 | + * @return TwigFunction[] |
|
34 | 34 | */ |
35 | 35 | public function getFunctions() |
36 | 36 | { |
@@ -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 | { |
@@ -103,7 +103,7 @@ |
||
103 | 103 | } |
104 | 104 | |
105 | 105 | /** |
106 | - * @return mixed |
|
106 | + * @return string |
|
107 | 107 | */ |
108 | 108 | public function getId() |
109 | 109 | { |
@@ -40,7 +40,7 @@ |
||
40 | 40 | private $requestStack; |
41 | 41 | |
42 | 42 | /** |
43 | - * @param ContainerInterface|RequestStack $requestStack |
|
43 | + * @param \PHPUnit\Framework\MockObject\MockObject $requestStack |
|
44 | 44 | */ |
45 | 45 | public function __construct(/* RequestStack */ $requestStack) |
46 | 46 | { |
@@ -31,7 +31,7 @@ |
||
31 | 31 | private $tokenStorage; |
32 | 32 | |
33 | 33 | /** |
34 | - * @param ContainerInterface|TokenStorageInterface $tokenStorage |
|
34 | + * @param \PHPUnit\Framework\MockObject\MockObject $tokenStorage |
|
35 | 35 | */ |
36 | 36 | public function __construct(/*TokenStorageInterface */ $tokenStorage) |
37 | 37 | { |