@@ -67,7 +67,7 @@ |
||
67 | 67 | return $this; |
68 | 68 | } |
69 | 69 | /** |
70 | - * @return mixed |
|
70 | + * @return string |
|
71 | 71 | */ |
72 | 72 | public function getOptions() |
73 | 73 | { |
@@ -245,8 +245,7 @@ |
||
245 | 245 | $viewParameters['data'] = $this->getOutputRows(); |
246 | 246 | $viewParameters['unfilteredRowsCount'] = $this->getUnfilteredCount(); |
247 | 247 | $viewParameters['filteredRowsCount'] = $this->getFilteredCount(); |
248 | - } |
|
249 | - else if ($this->getOptions()['has_filter_form']) { |
|
248 | + } else if ($this->getOptions()['has_filter_form']) { |
|
250 | 249 | $viewParameters['filterForm'] = $this->getFilterForm()->createView(); |
251 | 250 | } |
252 | 251 | return $viewParameters; |