@@ -27,7 +27,6 @@ |
||
| 27 | 27 | use OCP\IUser; |
| 28 | 28 | use OCP\ILogger; |
| 29 | 29 | use OCP\Files\Folder; |
| 30 | - |
|
| 31 | 30 | use OC\Share20\Exception\ShareNotFound; |
| 32 | 31 | |
| 33 | 32 | /** |
@@ -57,7 +57,7 @@ discard block |
||
| 57 | 57 | * Creates the personal settings page |
| 58 | 58 | * @NoAdminRequired |
| 59 | 59 | * @NoCSRFRequired |
| 60 | - * @param string $sectionID |
|
| 60 | + * @param string $sectionid |
|
| 61 | 61 | * @return \OCP\TemplateResponse |
| 62 | 62 | */ |
| 63 | 63 | public function getPersonal($sectionid) { |
@@ -68,7 +68,7 @@ discard block |
||
| 68 | 68 | /** |
| 69 | 69 | * Creates the admin settings page |
| 70 | 70 | * @NoCSRFRequired |
| 71 | - * @param string $sectionID |
|
| 71 | + * @param string $sectionid |
|
| 72 | 72 | * @return \OCP\TemplateResponse |
| 73 | 73 | */ |
| 74 | 74 | public function getAdmin($sectionid) { |