@@ -57,7 +57,7 @@ discard block |
||
57 | 57 | * @NoAdminRequired |
58 | 58 | * @NoCSRFRequired |
59 | 59 | * @param string $sectionID |
60 | - * @return \OCP\TemplateResponse |
|
60 | + * @return TemplateResponse |
|
61 | 61 | */ |
62 | 62 | public function getPersonal($sectionID) { |
63 | 63 | $this->currentSectionID = $sectionID; |
@@ -68,7 +68,7 @@ discard block |
||
68 | 68 | * Creates the admin settings page |
69 | 69 | * @NoCSRFRequired |
70 | 70 | * @param string $sectionID |
71 | - * @return \OCP\TemplateResponse |
|
71 | + * @return TemplateResponse |
|
72 | 72 | */ |
73 | 73 | public function getAdmin($sectionID) { |
74 | 74 | $this->currentSectionID = $sectionID; |
@@ -78,7 +78,7 @@ discard block |
||
78 | 78 | /** |
79 | 79 | * Generates a settings page given the type (personal/admin) |
80 | 80 | * @param string $type |
81 | - * @return \OCP\TemplateResponse |
|
81 | + * @return TemplateResponse |
|
82 | 82 | */ |
83 | 83 | protected function createSettingsPage($type) { |
84 | 84 | // Load sections and panels |