@@ -64,7 +64,7 @@ |
||
| 64 | 64 | } |
| 65 | 65 | |
| 66 | 66 | /** |
| 67 | - * @return array |
|
| 67 | + * @return string |
|
| 68 | 68 | */ |
| 69 | 69 | public function getProperty() {
|
| 70 | 70 | return $this->property; |
@@ -26,7 +26,7 @@ |
||
| 26 | 26 | * Default Settings |
| 27 | 27 | * Edit this section to configure your client |
| 28 | 28 | */ |
| 29 | - const PLUGIN_PATH = '/plugins/restapi/v1'; |
|
| 29 | + const PLUGIN_PATH = '/plugins/restapi/v1'; |
|
| 30 | 30 | |
| 31 | 31 | /** |
| 32 | 32 | * @var Settings |