@@ -8,7 +8,7 @@ |
||
8 | 8 | * @author Leinad4Mind |
9 | 9 | * @copyright 2007-2012 nickvergessen, 2014- satanasov, 2018- Leinad4Mind |
10 | 10 | * @license GPL-2.0-only |
11 | - */ |
|
11 | + */ |
|
12 | 12 | |
13 | 13 | /** |
14 | 14 | * @ignore |
@@ -48,11 +48,11 @@ |
||
48 | 48 | } |
49 | 49 | |
50 | 50 | /** |
51 | - * Perform additional tasks on extension enable |
|
52 | - * |
|
53 | - * @param mixed $old_state State returned by previous call of this method |
|
54 | - * @return mixed Returns false after last step, otherwise temporary state |
|
55 | - */ |
|
51 | + * Perform additional tasks on extension enable |
|
52 | + * |
|
53 | + * @param mixed $old_state State returned by previous call of this method |
|
54 | + * @return mixed Returns false after last step, otherwise temporary state |
|
55 | + */ |
|
56 | 56 | public function enable_step($old_state) |
57 | 57 | { |
58 | 58 | if (empty($old_state)) |