@@ -60,7 +60,7 @@ |
||
60 | 60 | } |
61 | 61 | |
62 | 62 | public function tabTitle(): string { |
63 | - return $this->title(); |
|
63 | + return $this->title(); |
|
64 | 64 | } |
65 | 65 | |
66 | 66 | /** |
@@ -27,13 +27,13 @@ |
||
27 | 27 | { |
28 | 28 | public function sidebarTitle(): string; |
29 | 29 | |
30 | - /** |
|
31 | - * Users change change the order of sidebars using the control panel. |
|
32 | - * |
|
33 | - * @param int $sidebar_order |
|
34 | - * |
|
35 | - * @return void |
|
36 | - */ |
|
30 | + /** |
|
31 | + * Users change change the order of sidebars using the control panel. |
|
32 | + * |
|
33 | + * @param int $sidebar_order |
|
34 | + * |
|
35 | + * @return void |
|
36 | + */ |
|
37 | 37 | public function setSidebarOrder(int $sidebar_order): void; |
38 | 38 | |
39 | 39 | /** |