@@ -27,7 +27,7 @@ |
||
27 | 27 | |
28 | 28 | /** |
29 | 29 | * @param $items |
30 | - * @param $urlPage |
|
30 | + * @param string $urlPage |
|
31 | 31 | * @param $controller |
32 | 32 | */ |
33 | 33 | public function setUrls($items, $urlPage, $controller) |
@@ -86,7 +86,7 @@ |
||
86 | 86 | * |
87 | 87 | * @var array |
88 | 88 | */ |
89 | - public static $sortingOptions = [ |
|
89 | + public static $sortingOptions = [ |
|
90 | 90 | 'name asc' => Plugin::LOCALIZATION_KEY . 'order_options.name_asc', |
91 | 91 | 'name desc' => Plugin::LOCALIZATION_KEY . 'order_options.name_desc', |
92 | 92 | 'created_at asc' => Plugin::LOCALIZATION_KEY . 'order_options.created_at_asc', |