@@ -143,7 +143,7 @@ |
||
143 | 143 | /** |
144 | 144 | * Returns the PID config for the given PID |
145 | 145 | * |
146 | - * @param $pidSetting |
|
146 | + * @param string $pidSetting |
|
147 | 147 | * @param $sheet |
148 | 148 | */ |
149 | 149 | public function getPluginPidConfig($pidSetting, $sheet = 'sDEF') |
@@ -264,7 +264,7 @@ |
||
264 | 264 | /** |
265 | 265 | * Returns the current frontend user object if available |
266 | 266 | * |
267 | - * @return \TYPO3\CMS\Extbase\Domain\Model\FrontendUser|null |
|
267 | + * @return \TYPO3\CMS\Extbase\Domain\Model\FrontendUser |
|
268 | 268 | */ |
269 | 269 | public function getCurrentFeUserObject() |
270 | 270 | { |
@@ -93,7 +93,7 @@ |
||
93 | 93 | * @param string $type Type |
94 | 94 | * @param string $field The field |
95 | 95 | * |
96 | - * @return \TYPO3\CMS\Extbase\Validation\Validator\AbstractValidator |
|
96 | + * @return string |
|
97 | 97 | */ |
98 | 98 | protected function getValidator($type, $field) |
99 | 99 | { |
@@ -16,8 +16,6 @@ |
||
16 | 16 | |
17 | 17 | use DERHANSEN\SfEventMgt\Domain\Model\Registration; |
18 | 18 | use TYPO3\CMS\Extbase\Configuration\ConfigurationManagerInterface; |
19 | -use TYPO3\CMS\Fluid\Core\ViewHelper\Exception\InvalidVariableException; |
|
20 | -use TYPO3\CMS\Extbase\Utility\LocalizationUtility; |
|
21 | 19 | |
22 | 20 | /** |
23 | 21 | * RegistrationValidator |