@@ -60,7 +60,7 @@ |
||
60 | 60 | $domains = $input->getOption('domains'); |
61 | 61 | $export->export($domains); |
62 | 62 | |
63 | - $prettify = function ($array) { |
|
63 | + $prettify = function($array) { |
|
64 | 64 | return !empty($array) ? implode('</comment><info>`, `</info><comment>', $array) : 'all'; |
65 | 65 | }; |
66 | 66 |
@@ -65,7 +65,7 @@ |
||
65 | 65 | /** |
66 | 66 | * Creates locales list. |
67 | 67 | * |
68 | - * @param ViewData\ChoicesAwareViewData $filter |
|
68 | + * @param \ONGR\FilterManagerBundle\Filters\ViewData $filter |
|
69 | 69 | * |
70 | 70 | * @return array |
71 | 71 | */ |