@@ -117,7 +117,7 @@ |
||
117 | 117 | /** |
118 | 118 | * Get the Twig functions. |
119 | 119 | * |
120 | - * @return array Returns the Twig functions. |
|
120 | + * @return Twig_SimpleFunction[] Returns the Twig functions. |
|
121 | 121 | */ |
122 | 122 | public function getFunctions() { |
123 | 123 | return [ |
@@ -50,7 +50,7 @@ |
||
50 | 50 | /** |
51 | 51 | * Set the event name. |
52 | 52 | * |
53 | - * @param type $eventName The event name. |
|
53 | + * @param string $eventName The event name. |
|
54 | 54 | * @return AbstractBootstrapEvent Returns this Bootstrap event. |
55 | 55 | */ |
56 | 56 | protected function setEventName($eventName) { |