@@ -43,7 +43,7 @@ discard block |
||
| 43 | 43 | |
| 44 | 44 | /** |
| 45 | 45 | * Install the plugin |
| 46 | - * @return void |
|
| 46 | + * @return boolean |
|
| 47 | 47 | */ |
| 48 | 48 | public function install() |
| 49 | 49 | { |
@@ -52,7 +52,7 @@ discard block |
||
| 52 | 52 | |
| 53 | 53 | /** |
| 54 | 54 | * Uninstall the plugin |
| 55 | - * @return void |
|
| 55 | + * @return boolean |
|
| 56 | 56 | */ |
| 57 | 57 | public function uninstall() |
| 58 | 58 | { |
@@ -5,6 +5,6 @@ |
||
| 5 | 5 | * @author Imanol Losada Oriol <[email protected]> |
| 6 | 6 | * @package chamilo.plugin.skype |
| 7 | 7 | */ |
| 8 | -require_once __DIR__ . '/config.php'; |
|
| 8 | +require_once __DIR__.'/config.php'; |
|
| 9 | 9 | |
| 10 | 10 | Skype::create()->install(); |
@@ -5,6 +5,6 @@ |
||
| 5 | 5 | * @author Imanol Losada Oriol <[email protected]> |
| 6 | 6 | * @package chamilo.plugin.skype |
| 7 | 7 | */ |
| 8 | -require_once __DIR__ . '/config.php'; |
|
| 8 | +require_once __DIR__.'/config.php'; |
|
| 9 | 9 | |
| 10 | 10 | Skype::create()->install(); |
@@ -5,6 +5,6 @@ |
||
| 5 | 5 | * @author Imanol Losada Oriol <[email protected]> |
| 6 | 6 | * @package chamilo.plugin.skype |
| 7 | 7 | */ |
| 8 | -require_once __DIR__ . '/config.php'; |
|
| 8 | +require_once __DIR__.'/config.php'; |
|
| 9 | 9 | |
| 10 | 10 | Skype::create()->install(); |