@@ -2,9 +2,9 @@ |
||
2 | 2 | |
3 | 3 | namespace Ftrrtf\RollbarBundle\EventListener; |
4 | 4 | |
5 | +use Ftrrtf\RollbarBundle\Helper\UserHelper; |
|
5 | 6 | use Ftrrtf\Rollbar\ErrorHandler; |
6 | 7 | use Ftrrtf\Rollbar\Notifier; |
7 | -use Ftrrtf\RollbarBundle\Helper\UserHelper; |
|
8 | 8 | use Symfony\Component\Console\Event\ConsoleCommandEvent; |
9 | 9 | use Symfony\Component\Console\Event\ConsoleExceptionEvent; |
10 | 10 | use Symfony\Component\HttpKernel\Event\FilterResponseEvent; |
@@ -51,7 +51,7 @@ |
||
51 | 51 | /** |
52 | 52 | * Returns a list of functions to add to the existing list. |
53 | 53 | * |
54 | - * @return array An array of functions |
|
54 | + * @return \Twig_SimpleFunction[] An array of functions |
|
55 | 55 | */ |
56 | 56 | public function getFunctions() |
57 | 57 | { |